diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-27 09:05:03 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-06-01 12:25:57 -0700 |
commit | 5f79985dcfec73d7a09ed99c40c28b64552518fe (patch) | |
tree | d1534bd77cd963e55bbf61792fe47eccef587495 /arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | |
parent | a7dd623f55e636e5c8a8b7557c1bc4e16e359ca9 (diff) | |
download | talos-obmc-linux-5f79985dcfec73d7a09ed99c40c28b64552518fe.tar.gz talos-obmc-linux-5f79985dcfec73d7a09ed99c40c28b64552518fe.zip |
ARM: BCM5301X: Enable SPI-NOR on dual flash devices
Commit 1b47b98acce2 ("ARM: BCM5301X: Add DT entry for SPI controller and
NOR flash") enabled SPI-NOR device on routers using serial flash only.
However there are also devices with two flash memories:
1) Small SPI attached flash used mostly for booting
2) Bigger NAND used mostly for storing firmware
On such devices we still need SPI-NOR e.g. to access NVRAM data.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts index 5087aa81efb1..9cb186ea2e97 100644 --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts @@ -147,3 +147,7 @@ &usb3 { vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_LOW>; }; + +&spi_nor { + status = "okay"; +}; |