[PATCH] ARM: dts: nomadik: Cut FSMC timings
From: Linus Walleij <hidden>
Date: 2018-07-11 20:27:49
After the work done by Thomas Petazzoni, the NAND chip timings can be read out from the chip instead of open coded in the device tree, so let's just remove the timing information. Cc: Thomas Petazzoni <redacted> Signed-off-by: Linus Walleij <redacted> --- Hi ARM SoC folks, please apply this directly on some DTS branch, I do not plan to send any more Nomadik DTS updates this kernel cycle. --- arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
index dd9d1f08a337..b5ed312808df 100644
--- a/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
+++ b/arch/arm/boot/dts/ste-nomadik-stn8815.dtsi@@ -662,7 +662,6 @@ reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd"; clocks = <&hclksmc>; status = "okay"; - timings = /bits/ 8 <0 0 0 0x10 0x0a 0>; partition at 0 { label = "X-Loader(NAND)";
--
2.17.1