提交 d77efb2c 编写于 作者: P Philipp Rossak 提交者: Xie XiuQi

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

[ Upstream commit 6c700289 ]

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>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 0e64ab06
...@@ -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.
先完成此消息的编辑!
想要评论请 注册