Skip to content

Commit aec901b

Browse files
tq-steinaSasha Levin
authored and
Sasha Levin
committed
ARM: dts: imx7s: Fix nand-controller #size-cells
[ Upstream commit 4aadb84 ] nand-controller.yaml bindings says #size-cells shall be set to 0. Fixes the dtbs_check warning: arch/arm/boot/dts/nxp/imx/imx7s-mba7.dtb: nand-controller@33002000: #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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent d49683a commit aec901b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@
12821282
gpmi: nand-controller@33002000 {
12831283
compatible = "fsl,imx7d-gpmi-nand";
12841284
#address-cells = <1>;
1285-
#size-cells = <1>;
1285+
#size-cells = <0>;
12861286
reg = <0x33002000 0x2000>, <0x33004000 0x4000>;
12871287
reg-names = "gpmi-nand", "bch";
12881288
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)