linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Revert "ARM: dts: imx7: Fix NAND controller size-cells"
@ 2022-12-05 15:23 Francesco Dolcini
  2022-12-05 16:26 ` Marek Vasut
  2022-12-05 16:31 ` Miquel Raynal
  0 siblings, 2 replies; 22+ messages in thread
From: Francesco Dolcini @ 2022-12-05 15:23 UTC (permalink / raw)
  To: Shawn Guo, linux-arm-kernel, Marek Vasut, Miquel Raynal
  Cc: Francesco Dolcini, Rob Herring, Krzysztof Kozlowski,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, devicetree, linux-mtd, stable

From: Francesco Dolcini <francesco.dolcini@toradex.com>

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.

Cc: stable@vger.kernel.org
Fixes: 753395ea1e45 ("ARM: dts: imx7: Fix NAND controller size-cells")
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: Francesco Dolcini <francesco.dolcini@toradex.com>
---
 arch/arm/boot/dts/imx7s.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 03d2e8544a4e..0fc9e6b8b05d 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -1270,10 +1270,10 @@ dma_apbh: dma-apbh@33000000 {
 			clocks = <&clks IMX7D_NAND_USDHC_BUS_RAWNAND_CLK>;
 		};
 
-		gpmi: nand-controller@33002000 {
+		gpmi: nand-controller@33002000{
 			compatible = "fsl,imx7d-gpmi-nand";
 			#address-cells = <1>;
-			#size-cells = <0>;
+			#size-cells = <1>;
 			reg = <0x33002000 0x2000>, <0x33004000 0x4000>;
 			reg-names = "gpmi-nand", "bch";
 			interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-12-09 15:49 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 15:23 [PATCH v1] Revert "ARM: dts: imx7: Fix NAND controller size-cells" Francesco Dolcini
2022-12-05 16:26 ` Marek Vasut
2022-12-05 17:58   ` Miquel Raynal
2022-12-05 18:07     ` Marek Vasut
2022-12-05 18:15       ` Francesco Dolcini
2022-12-05 18:18       ` Miquel Raynal
2022-12-05 18:52         ` Marek Vasut
2022-12-05 19:07           ` Francesco Dolcini
2022-12-06 10:16             ` Miquel Raynal
2022-12-06 19:02               ` Marek Vasut
2022-12-07  7:49                 ` Francesco Dolcini
2022-12-08 10:51   ` Miquel Raynal
2022-12-08 11:13     ` Thorsten Leemhuis
2022-12-08 13:21     ` Marek Vasut
2022-12-08 13:49       ` Francesco Dolcini
2022-12-08 13:54         ` Marek Vasut
2022-12-08 16:26           ` Francesco Dolcini
2022-12-08 16:40     ` Francesco Dolcini
2022-12-09 13:30       ` Thorsten Leemhuis
2022-12-09 15:25         ` Arnd Bergmann
2022-12-09 15:38           ` Miquel Raynal
2022-12-05 16:31 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).