Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "ARM: dts: imx7: Fix NAND controller size-cells"

This reverts commit 753395ea1e45c724150070b5785900b6a44bd5fb.

It introduced a boot regression on colibri-imx7, and potentially any
other i.MX7 boards with MTD partition list generated into the fdt by
U-Boot.

While the commit we are reverting here is not obviously wrong, it fixes
only a dt binding checker warning that is non-functional, while it
introduces a boot regression and there is no obvious fix ready.

Fixes: 753395ea1e45 ("ARM: dts: imx7: Fix NAND controller size-cells")
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Marek Vasut <marex@denx.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/all/Y4dgBTGNWpM6SQXI@francesco-nb.int.toradex.com/
Link: https://lore.kernel.org/all/20221205144917.6514168a@xps-13/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Francesco Dolcini and committed by
Arnd Bergmann
ef19964d da0cbf93

+2 -2
+2 -2
arch/arm/boot/dts/imx7s.dtsi
··· 1270 1270 clocks = <&clks IMX7D_NAND_USDHC_BUS_RAWNAND_CLK>; 1271 1271 }; 1272 1272 1273 - gpmi: nand-controller@33002000 { 1273 + gpmi: nand-controller@33002000{ 1274 1274 compatible = "fsl,imx7d-gpmi-nand"; 1275 1275 #address-cells = <1>; 1276 - #size-cells = <0>; 1276 + #size-cells = <1>; 1277 1277 reg = <0x33002000 0x2000>, <0x33004000 0x4000>; 1278 1278 reg-names = "gpmi-nand", "bch"; 1279 1279 interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;