Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Philipp Rossak <embed3d@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

authored by

Philipp Rossak and committed by
Maxime Ripard
6c700289 bb39ed07

+1 -1
+1 -1
arch/arm/boot/dts/sunxi-h3-h5.dtsi
··· 816 816 clock-names = "apb", "ir"; 817 817 resets = <&r_ccu RST_APB0_IR>; 818 818 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; 819 - reg = <0x01f02000 0x40>; 819 + reg = <0x01f02000 0x400>; 820 820 status = "disabled"; 821 821 }; 822 822