diff options
author | Matthew Hagan <mnhagan88@gmail.com> | 2021-06-13 10:46:34 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2021-09-14 14:34:48 -0700 |
commit | 986fad2beb5ae866787e62a7b78e0cf566d146ec (patch) | |
tree | 256754863f29d1837d0a0f0aa8bdf9946dedfffc /arch/arm/boot/dts/bcm988312hr.dts | |
parent | 6e41ab534fd8ffb50e6d47a18d194cd1c7216af8 (diff) | |
download | linux-986fad2beb5ae866787e62a7b78e0cf566d146ec.tar.gz |
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 <mnhagan88@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm988312hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm988312hr.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm988312hr.dts b/arch/arm/boot/dts/bcm988312hr.dts index 36ce6655e61f..007e34715956 100644 --- a/arch/arm/boot/dts/bcm988312hr.dts +++ b/arch/arm/boot/dts/bcm988312hr.dts @@ -138,6 +138,7 @@ }; &qspi { + status = "okay"; bspi-sel = <0>; flash: m25p80@0 { #address-cells = <1>; |