summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Molloy <[email protected]>2026-01-26 17:15:03 +0100
committerTom Rini <[email protected]>2026-02-03 15:45:58 -0600
commit89a197e7e34d7148ed3f9eda5d684d7e5e673c69 (patch)
tree088c9a72286b414bb972c2049aa6f5906732d08b
parentfb4a6389314333a302b85b245eb71feb0bcbb9af (diff)
arm: dts: sc5xx: drop SPI flash from common dtsi
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 <[email protected]> Signed-off-by: Ozan Durgut <[email protected]> Reviewed-by: Greg Malysa <[email protected]>
-rw-r--r--arch/arm/dts/sc5xx.dtsi11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/dts/sc5xx.dtsi b/arch/arm/dts/sc5xx.dtsi
index 483661d0b1b..9d346ae62e0 100644
--- a/arch/arm/dts/sc5xx.dtsi
+++ b/arch/arm/dts/sc5xx.dtsi
@@ -154,17 +154,6 @@
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 {