arm64: dts: imx8mq: Pass address-cells/size-cells to mipi_dsi
authorFabio Estevam <festevam@denx.de>
Tue, 6 Jun 2023 19:03:22 +0000 (16:03 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 Jun 2023 14:34:35 +0000 (22:34 +0800)
mipi_dsi node requires #address-cells and #size-cells.

Pass them to fix the following schema warnings:

imx8mq-mnt-reform2.dtb: mipi-dsi@30a00000: '#address-cells' is a required property
From schema: Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
imx8mq-mnt-reform2.dtb: mipi-dsi@30a00000: '#size-cells' is a required property
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>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index b53592d..1a2d2c0 100644 (file)
                        mipi_dsi: dsi@30a00000 {
                                compatible = "fsl,imx8mq-nwl-dsi";
                                reg = <0x30a00000 0x300>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
                                clocks = <&clk IMX8MQ_CLK_DSI_CORE>,
                                         <&clk IMX8MQ_CLK_DSI_AHB>,
                                         <&clk IMX8MQ_CLK_DSI_IPG_DIV>,