Commit a39891a6 authored by David Heidelberg's avatar David Heidelberg Committed by Heiko Stuebner

arm64: dts: rockchip: Add missing secondary compatible for PX30 DSI

Add second DSI compatible to comply with DT schema validation
comming in the second patch.
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20211211233818.88482-1-david@ixit.czSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ea1847c0
......@@ -1072,7 +1072,7 @@ vpu_mmu: iommu@ff442800 {
};
dsi: dsi@ff450000 {
compatible = "rockchip,px30-mipi-dsi";
compatible = "rockchip,px30-mipi-dsi", "snps,dw-mipi-dsi";
reg = <0x0 0xff450000 0x0 0x10000>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_MIPI_DSI>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment