未验证 提交 6c700289 编写于 作者: P Philipp Rossak 提交者: Maxime Ripard

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: NPhilipp Rossak <embed3d@gmail.com>
Acked-by: NMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
上级 bb39ed07
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
clock-names = "apb", "ir"; clock-names = "apb", "ir";
resets = <&r_ccu RST_APB0_IR>; resets = <&r_ccu RST_APB0_IR>;
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x01f02000 0x40>; reg = <0x01f02000 0x400>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册