提交 5f79985d 编写于 作者: R Rafał Miłecki 提交者: Florian Fainelli

ARM: BCM5301X: Enable SPI-NOR on dual flash devices

Commit 1b47b98a ("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: NRafał Miłecki <zajec5@gmail.com>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 a7dd623f
...@@ -147,3 +147,7 @@ ...@@ -147,3 +147,7 @@
&usb3 { &usb3 {
vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_LOW>; vcc-gpio = <&chipcommon 10 GPIO_ACTIVE_LOW>;
}; };
&spi_nor {
status = "okay";
};
...@@ -90,3 +90,7 @@ ...@@ -90,3 +90,7 @@
&usb3 { &usb3 {
vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>; vcc-gpio = <&chipcommon 0 GPIO_ACTIVE_HIGH>;
}; };
&spi_nor {
status = "okay";
};
...@@ -82,3 +82,7 @@ ...@@ -82,3 +82,7 @@
}; };
}; };
}; };
&spi_nor {
status = "okay";
};
...@@ -131,3 +131,7 @@ ...@@ -131,3 +131,7 @@
&usb2 { &usb2 {
vcc-gpio = <&chipcommon 13 GPIO_ACTIVE_HIGH>; vcc-gpio = <&chipcommon 13 GPIO_ACTIVE_HIGH>;
}; };
&spi_nor {
status = "okay";
};
...@@ -113,3 +113,7 @@ ...@@ -113,3 +113,7 @@
&usb3 { &usb3 {
vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>; vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
}; };
&spi_nor {
status = "okay";
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册