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:
Sandy Huang
2019-11-26 11:30:15 +08:00
committed by Tao Huang
parent ea92092755
commit ff1c90f701

View File

@@ -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>;