diff options
| author | Philipp Rossak <[email protected]> | 2018-08-01 11:48:01 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2018-09-29 15:57:46 +0200 |
| commit | 6c700289a3e84d5d3f2a95cf27732a7f7fce105b (patch) | |
| tree | 4f53b449b16e2de0cc1de02c747779151337b7ec | |
| parent | bb39ed07e55bd56e16993e7d454f649e99c9b7f2 (diff) | |
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 <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Signed-off-by: Chen-Yu Tsai <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/sunxi-h3-h5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi index fc6131315c47..4b1530ebe427 100644 --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi @@ -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"; }; |