Skip to content

Commit 8e2facf

Browse files
Fabio EstevamShawn Guo
authored andcommitted
arm64: dts: imx8mq: Pass address-cells/size-cells to mipi_dsi
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>
1 parent 91c167b commit 8e2facf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@
10591059
mipi_dsi: dsi@30a00000 {
10601060
compatible = "fsl,imx8mq-nwl-dsi";
10611061
reg = <0x30a00000 0x300>;
1062+
#address-cells = <1>;
1063+
#size-cells = <0>;
10621064
clocks = <&clk IMX8MQ_CLK_DSI_CORE>,
10631065
<&clk IMX8MQ_CLK_DSI_AHB>,
10641066
<&clk IMX8MQ_CLK_DSI_IPG_DIV>,

0 commit comments

Comments
 (0)