diff options
author | 2024-09-03 19:43:45 +0300 | |
---|---|---|
committer | 2024-10-04 14:32:14 -0700 | |
commit | a9c81b1d47baf1a187d240da6e4e6cac2dd668e5 (patch) | |
tree | ef262d72b4d8afcfe9e4b80c8e05387b9a466a88 | |
parent | ARM: dts: ti: drop linux,mtd-name from NAND nodes (diff) | |
download | wireguard-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.dtsi | 1 |
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>; |