]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: sc5xx: drop SPI flash from common dtsi
authorPhilip Molloy <philip.molloy@analog.com>
Mon, 26 Jan 2026 16:15:03 +0000 (17:15 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 3 Feb 2026 21:45:58 +0000 (15:45 -0600)
SPI flash devices are not common across all SC5xx boards. They
already defined in the SoM-specific dtsi files. Keeping the
definition in the common dtsi is therefore incorrect.

Fixes: c9e893d ("board: adi: Add support for SC598")
Signed-off-by: Philip Molloy <philip.molloy@analog.com>
Signed-off-by: Ozan Durgut <ozan.durgut@analog.com>
Reviewed-by: Greg Malysa <malysagreg@gmail.com>
arch/arm/dts/sc5xx.dtsi

index 483661d0b1be011fb48bbed0f47f7c0e88bc0130..9d346ae62e040037e1852768980a4d66d40f9744 100644 (file)
                        clock-names = "spi";
                        status = "okay";
                        bootph-pre-ram;
-
-                       flash1: is25lp512@1 {
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-                               compatible = "jedec,spi-nor", "is25lp512";
-                               reg = <1>;
-                               spi-tx-bus-width = <4>;
-                               spi-rx-bus-width = <4>;
-                               spi-max-frequency = <10000000>;
-                               bootph-pre-ram;
-                       };
                };
 
                wdog: watchdog@31008000 {