mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: add rk3228 vop compatible name for rk322x
Upstream kernel and uboot use rockchip,rk3228-vop as rk322x vop
compatible name, so add this.
Fixes: 810b044867 ("ARM: dts: rk322x: add vop display node")
Change-Id: I552b99a64f8de679aa4504624e35482e2b0a0508
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -937,7 +937,7 @@
|
||||
};
|
||||
|
||||
vop: vop@20050000 {
|
||||
compatible = "rockchip,rk322x-vop";
|
||||
compatible = "rockchip,rk3228-vop", "rockchip,rk322x-vop";
|
||||
reg = <0x20050000 0x1ffc>;
|
||||
reg-names = "regs";
|
||||
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
Reference in New Issue
Block a user