mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
arm64: dts: rockchip: px30: fix vopb register length error
Change-Id: Id3972d03297542ca1738f0b13fe6fb1075f1af42 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -1703,7 +1703,7 @@
|
||||
|
||||
vopb: vop@ff460000 {
|
||||
compatible = "rockchip,px30-vop-big";
|
||||
reg = <0x0 0xff460000 0x0 0x1fc>, <0x0 0xff460a00 0x0 0x400>;
|
||||
reg = <0x0 0xff460000 0x0 0x260>, <0x0 0xff460a00 0x0 0x400>;
|
||||
rockchip,grf = <&grf>;
|
||||
reg-names = "regs", "gamma_lut";
|
||||
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
Reference in New Issue
Block a user