Unverified Commit 6c700289 authored by Philipp Rossak's avatar Philipp Rossak Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: h3-h5: ir register size should be the whole memory block



The size of the register should be the size of the whole memory block,
not just the registers, that are needed.

Signed-off-by: default avatarPhilipp Rossak <embed3d@gmail.com>
Acked-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent bb39ed07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -816,7 +816,7 @@
			clock-names = "apb", "ir";
			resets = <&r_ccu RST_APB0_IR>;
			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
			reg = <0x01f02000 0x40>;
			reg = <0x01f02000 0x400>;
			status = "disabled";
		};