diff options
author | Mathias Kresin <dev@kresin.me> | 2018-08-06 08:17:24 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-08 07:24:22 +0200 |
commit | bf078fcab6f4683d2e8599dce107afee5e3742c3 (patch) | |
tree | 20ecbef15c7020772219a70d321262af0ba15c4c /target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts | |
parent | a8ad7b6efa319d1c2b15d239fe16d3eca389b73a (diff) | |
download | upstream-bf078fcab6f4683d2e8599dce107afee5e3742c3.tar.gz upstream-bf078fcab6f4683d2e8599dce107afee5e3742c3.tar.bz2 upstream-bf078fcab6f4683d2e8599dce107afee5e3742c3.zip |
ath79: fix node names
Use the standardized node names from the devicetree specification.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts b/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts index 74db416ba6..684f092b3d 100644 --- a/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts +++ b/target/linux/ath79/dts/ar9331_tplink_tl-mr3020-v1.dts @@ -117,7 +117,7 @@ status = "okay"; /* Spansion S25FL032PIF SPI flash */ - spiflash: s25sl032p@0 { + flash@0 { #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; |