Skip to content

Commit 1d6500c

Browse files
tq-steinaShawn Guo
authored andcommitted
ARM: dts: imx6ul: Fix nand-controller #size-cells
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 <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent ce0bc19 commit 1d6500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nxp/imx/imx6ul.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
gpmi: nand-controller@1806000 {
180180
compatible = "fsl,imx6q-gpmi-nand";
181181
#address-cells = <1>;
182-
#size-cells = <1>;
182+
#size-cells = <0>;
183183
reg = <0x01806000 0x2000>, <0x01808000 0x2000>;
184184
reg-names = "gpmi-nand", "bch";
185185
interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)