mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
ath79: drop cs-gpios property
The spi-ath79 driver performs the chipselect by writing to dedicated register in the SPI register block. So the GPIO numbers were not used. Tested-on: Enterasys WS-AP3705i Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
bd54e73954
commit
e5f81ea3fe
@ -219,7 +219,6 @@
|
||||
&spi {
|
||||
status = "okay";
|
||||
|
||||
cs-gpios = <0>, <0>;
|
||||
|
||||
flash0: flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
|
@ -107,8 +107,6 @@
|
||||
&spi {
|
||||
status = "okay";
|
||||
|
||||
cs-gpios = <0>, <0>;
|
||||
|
||||
flash0: flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
|
@ -163,8 +163,6 @@
|
||||
&spi {
|
||||
status = "okay";
|
||||
|
||||
cs-gpios = <0>, <0>;
|
||||
|
||||
flash0: flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
|
@ -114,8 +114,6 @@
|
||||
&spi {
|
||||
status = "okay";
|
||||
|
||||
cs-gpios = <0>, <0>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
|
Loading…
Reference in New Issue
Block a user