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>
This commit is contained in:
Philipp Rossak 2018-08-01 11:48:01 +02:00 committed by Maxime Ripard
parent bb39ed07e5
commit 6c700289a3
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ ir: ir@1f02000 {
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";
};