Skip to content

Commit af6c4ea

Browse files
nxpfrankliShawn Guo
authored andcommitted
ARM: dts: imx6sx: update gpmi #size-cells to 0
Update gpmi #size-cells to 0 to fix below CHECK_DTB warnings: arch/arm/boot/dts/nxp/imx/imx6sx-nitrogen6sx.dtb: nand-controller@1806000 (fsl,imx6sx-gpmi-nand): #size-cells: 0 was expected from schema $id: http://devicetree.org/schemas/mtd/gpmi-nand.yaml# Signed-off-by: Frank Li <Frank.Li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 54397e9 commit af6c4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
gpmi: nand-controller@1806000 {
225225
compatible = "fsl,imx6sx-gpmi-nand";
226226
#address-cells = <1>;
227-
#size-cells = <1>;
227+
#size-cells = <0>;
228228
reg = <0x01806000 0x2000>, <0x01808000 0x4000>;
229229
reg-names = "gpmi-nand", "bch";
230230
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)