Skip to content

Commit 91c167b

Browse files
Fabio EstevamShawn Guo
authored andcommitted
arm64: dts: imx8mq: Use 'dsi' as node name
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> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 2e21f19 commit 91c167b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@
10561056
};
10571057
};
10581058

1059-
mipi_dsi: mipi-dsi@30a00000 {
1059+
mipi_dsi: dsi@30a00000 {
10601060
compatible = "fsl,imx8mq-nwl-dsi";
10611061
reg = <0x30a00000 0x300>;
10621062
clocks = <&clk IMX8MQ_CLK_DSI_CORE>,

0 commit comments

Comments
 (0)