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

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.cz


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ea1847c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1072,7 +1072,7 @@
	};

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