From: Roger Quadros Date: Tue, 3 Sep 2024 16:43:45 +0000 (+0300) Subject: ARM: dts: ti: omap: am335x-baltos: drop "gpmc,device-nand" from NAND node X-Git-Tag: v6.13-rc1~140^2~23^2~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a9c81b1d47baf1a187d240da6e4e6cac2dd668e5;p=linux.git 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 Link: https://lore.kernel.org/r/20240903-gpmc-dtb-v1-2-380952952e34@kernel.org Signed-off-by: Kevin Hilman --- 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>;