ARM: dts: imx6ul: Fix nand-controller #size-cells
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 10 Aug 2023 09:55:41 +0000 (11:55 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 12 Aug 2023 01:43:26 +0000 (09:43 +0800)
nand-controller.yaml bindings says #size-cells shall be set to 0.
Fixes the dtbs_check warning:
arch/arm/boot/dts/nxp/imx/imx6ul-tqma6ul2l-mba6ulx.dtb:
 nand-controller@1806000: #size-cells:0:0: 0 was expected
 from schema $id: http://devicetree.org/schemas/mtd/gpmi-nand.yaml#

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6ul.dtsi

index 0174f3e..3b87d98 100644 (file)
                gpmi: nand-controller@1806000 {
                        compatible = "fsl,imx6q-gpmi-nand";
                        #address-cells = <1>;
-                       #size-cells = <1>;
+                       #size-cells = <0>;
                        reg = <0x01806000 0x2000>, <0x01808000 0x2000>;
                        reg-names = "gpmi-nand", "bch";
                        interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;