linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: dts: imx8mq: Use 'dsi' as node name
@ 2023-06-06 19:03 Fabio Estevam
  2023-06-06 19:03 ` [PATCH v2 2/2] arm64: dts: imx8mq: Pass address-cells/size-cells to mipi_dsi Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Estevam @ 2023-06-06 19:03 UTC (permalink / raw)
  To: shawnguo; +Cc: alexander.stein, linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Use 'dsi' as node name to avoid the following schema warning:

imx8mq-evk.dtb: mipi-dsi@30a00000: $nodename:0: 'mipi-dsi@30a00000' does not match '^dsi(@.*)?$'
From schema: Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- None.

 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@3000 {
 				};
 			};
 
-			mipi_dsi: mipi-dsi@30a00000 {
+			mipi_dsi: dsi@30a00000 {
 				compatible = "fsl,imx8mq-nwl-dsi";
 				reg = <0x30a00000 0x300>;
 				clocks = <&clk IMX8MQ_CLK_DSI_CORE>,
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-09 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 19:03 [PATCH v2 1/2] arm64: dts: imx8mq: Use 'dsi' as node name Fabio Estevam
2023-06-06 19:03 ` [PATCH v2 2/2] arm64: dts: imx8mq: Pass address-cells/size-cells to mipi_dsi Fabio Estevam
2023-06-08 14:31   ` Alexander Stein
2023-06-08 14:31 ` [PATCH v2 1/2] arm64: dts: imx8mq: Use 'dsi' as node name Alexander Stein
2023-06-09 14:34 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).