aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@kernel.org>2024-09-03 19:43:45 +0300
committerKevin Hilman <khilman@baylibre.com>2024-10-04 14:32:14 -0700
commita9c81b1d47baf1a187d240da6e4e6cac2dd668e5 (patch)
treeef262d72b4d8afcfe9e4b80c8e05387b9a466a88
parentARM: dts: ti: drop linux,mtd-name from NAND nodes (diff)
downloadwireguard-linux-a9c81b1d47baf1a187d240da6e4e6cac2dd668e5.tar.xz
wireguard-linux-a9c81b1d47baf1a187d240da6e4e6cac2dd668e5.zip
ARM: dts: ti: omap: am335x-baltos: drop "gpmc,device-nand" from NAND node
"gpmc,device-nand" is not used any more and leads to below dtbs_check warning so drop it. "nand@0,0: Unevaluated properties are not allowed ('gpmc,device-nand' was unexpected)" Signed-off-by: Roger Quadros <rogerq@kernel.org> Link: https://lore.kernel.org/r/20240903-gpmc-dtb-v1-2-380952952e34@kernel.org Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi b/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi
index 5bedb34b1c92..ae2e8dffbe04 100644
--- a/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi
+++ b/arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi
@@ -199,7 +199,6 @@
ti,nand-ecc-opt = "bch8";
ti,nand-xfer-type = "prefetch-dma";
- gpmc,device-nand = "true";
gpmc,device-width = <1>;
gpmc,sync-clk-ps = <0>;
gpmc,cs-on-ns = <0>;