mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 03:32:26 +01:00
ath79: dts: remove SPI num-cs property
This is a useless property on ath79 target. Both spi-ar934x and spi-ath79 drivers don't check num-cs property. They always set chip select number to 3. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/19845 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
ea2c2ca2ae
commit
160a3a2fd7
4 changed files with 0 additions and 4 deletions
|
|
@ -61,7 +61,6 @@
|
|||
|
||||
&spi {
|
||||
status = "okay";
|
||||
num-cs = <1>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@
|
|||
|
||||
&spi {
|
||||
status = "okay";
|
||||
num-cs = <1>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@
|
|||
|
||||
&spi {
|
||||
status = "okay";
|
||||
num-cs = <1>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@
|
|||
|
||||
&spi {
|
||||
status = "okay";
|
||||
num-cs = <1>;
|
||||
|
||||
flash@0 {
|
||||
compatible = "jedec,spi-nor";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue