Skip to content

Commit

Permalink
ath79: drop cs-gpios property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blocktrron committed May 1, 2021
1 parent bd54e73 commit e5f81ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dtsi
Expand Up @@ -219,7 +219,6 @@
&spi {
status = "okay";

cs-gpios = <0>, <0>;

flash0: flash@0 {
compatible = "jedec,spi-nor";
Expand Down
2 changes: 0 additions & 2 deletions target/linux/ath79/dts/ar7242_buffalo_wzr-bhr.dtsi
Expand Up @@ -107,8 +107,6 @@
&spi {
status = "okay";

cs-gpios = <0>, <0>;

flash0: flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
Expand Down
2 changes: 0 additions & 2 deletions target/linux/ath79/dts/ar7242_buffalo_wzr-hp-g302h-a1a0.dts
Expand Up @@ -163,8 +163,6 @@
&spi {
status = "okay";

cs-gpios = <0>, <0>;

flash0: flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
Expand Down
2 changes: 0 additions & 2 deletions target/linux/ath79/dts/ar9344_enterasys_ws-ap3705i.dts
Expand Up @@ -114,8 +114,6 @@
&spi {
status = "okay";

cs-gpios = <0>, <0>;

flash@0 {
compatible = "jedec,spi-nor";
reg = <0>;
Expand Down

0 comments on commit e5f81ea

Please sign in to comment.