diff mbox series

[v2,1/2] arm64: dts: imx8mq: Use 'dsi' as node name

Message ID 20230606190322.1253288-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v2,1/2] arm64: dts: imx8mq: Use 'dsi' as node name | expand

Commit Message

Fabio Estevam June 6, 2023, 7:03 p.m. UTC
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(-)

Comments

Alexander Stein June 8, 2023, 2:31 p.m. UTC | #1
Am Dienstag, 6. Juni 2023, 21:03:21 CEST schrieb 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>

Acked-by: Alexander Stein <alexander.stein@ew.tq-group.com>

> ---
> 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>,
Shawn Guo June 9, 2023, 2:34 p.m. UTC | #2
On Tue, Jun 06, 2023 at 04:03:21PM -0300, Fabio Estevam wrote:
> 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>

Applied both, thanks!
diff mbox series

Patch

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