mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rv1126: fix vicap reg size as 0x8000
Signed-off-by: Allon Huang <allon.huang@rock-chips.com> Change-Id: I8871ca0b7ccb1d8d0cd88789f6ba31d074544c61
This commit is contained in:
@@ -1658,7 +1658,7 @@
|
||||
|
||||
rkcif: rkcif@ffae0000 {
|
||||
compatible = "rockchip,rv1126-cif";
|
||||
reg = <0xffae0000 0x10000>;
|
||||
reg = <0xffae0000 0x8000>;
|
||||
reg-names = "cif_regs";
|
||||
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "cif-intr";
|
||||
|
||||
Reference in New Issue
Block a user