From 986fad2beb5ae866787e62a7b78e0cf566d146ec Mon Sep 17 00:00:00 2001 From: Matthew Hagan Date: Sun, 13 Jun 2021 10:46:34 +0100 Subject: ARM: dts: NSP: disable qspi node by default The QSPI bus is enabled by default, however this may not used on all devices. This patch disables by default, requiring it to be explicitly enabled where required. Signed-off-by: Matthew Hagan Signed-off-by: Florian Fainelli --- arch/arm/boot/dts/bcm958525er.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/boot/dts/bcm958525er.dts') diff --git a/arch/arm/boot/dts/bcm958525er.dts b/arch/arm/boot/dts/bcm958525er.dts index 933525fa5272..8eeb319f5b54 100644 --- a/arch/arm/boot/dts/bcm958525er.dts +++ b/arch/arm/boot/dts/bcm958525er.dts @@ -134,6 +134,7 @@ }; &qspi { + status = "okay"; bspi-sel = <0>; flash: m25p80@0 { #address-cells = <1>; -- cgit v1.2.3