[PATCH 1/2] arm64: dts: imx8mq: Use 'dsi' as node name
Fabio Estevam
festevam at gmail.com
Mon Jun 5 07:34:04 PDT 2023
From: Fabio Estevam <festevam at denx.de>
Use 'dsi' as node name to avoid the following schema warning:
imx8mq-evk.dtb: mipi-dsi at 30a00000: $nodename:0: 'mipi-dsi at 30a00000' does not match '^dsi(@.*)?$'
>From schema: Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
Signed-off-by: Fabio Estevam <festevam at denx.de>
---
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index 0492556a10db..54e374e81ce6 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -1054,7 +1054,7 @@ sec_jr2: jr at 3000 {
};
};
- mipi_dsi: mipi-dsi at 30a00000 {
+ mipi_dsi: dsi at 30a00000 {
compatible = "fsl,imx8mq-nwl-dsi";
reg = <0x30a00000 0x300>;
clocks = <&clk IMX8MQ_CLK_DSI_CORE>,
--
2.34.1
More information about the linux-arm-kernel
mailing list