Message ID | 20211211233818.88482-1-david@ixit.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/2] arm64: dts: rockchip: Add missing secondary compatible for PX30 DSI | expand |
On Sun, 12 Dec 2021 00:38:17 +0100, David Heidelberg wrote: > Add second DSI compatible to comply with DT schema validation > comming in the second patch. Applied, thanks! [1/2] arm64: dts: rockchip: Add missing secondary compatible for PX30 DSI commit: a39891a6e420daeb55abc99cde4278511ac861d7 I've picked the dtsi patch. We'll need to wait a bit for a review of the yaml conversion. Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi index 00f50b05d55a..f972704dfe7a 100644 --- a/arch/arm64/boot/dts/rockchip/px30.dtsi +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi @@ -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>;
Add second DSI compatible to comply with DT schema validation comming in the second patch. Signed-off-by: David Heidelberg <david@ixit.cz> --- arch/arm64/boot/dts/rockchip/px30.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)