diff options
author | Karl Palsson <karlp@etactica.com> | 2018-05-28 13:42:44 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-08 09:56:28 +0200 |
commit | 5e69dce0e7af93896e2c143f79bfcbaf26fcfd5e (patch) | |
tree | dd3805c0c28cf941ca4e385cb7b119bbf2332d36 /target/linux/ath79 | |
parent | 9dad82c5d667a7bd8e263e7339554fdcc9cc71ad (diff) | |
download | upstream-5e69dce0e7af93896e2c143f79bfcbaf26fcfd5e.tar.gz upstream-5e69dce0e7af93896e2c143f79bfcbaf26fcfd5e.tar.bz2 upstream-5e69dce0e7af93896e2c143f79bfcbaf26fcfd5e.zip |
ath79: glinet ar150: fix DTC warnings
Supply a unit name to match other .dts files and avoid DTC warnings.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/dts/ar9330_glinet_ar150.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9330_glinet_ar150.dts b/target/linux/ath79/dts/ar9330_glinet_ar150.dts index a7dab83559..1a97a0da30 100644 --- a/target/linux/ath79/dts/ar9330_glinet_ar150.dts +++ b/target/linux/ath79/dts/ar9330_glinet_ar150.dts @@ -89,7 +89,7 @@ num-chipselects = <1>; status = "okay"; - spiflash { + spiflash@0 { #address-cells = <1>; #size-cells = <1>; compatible = "jedec,spi-nor"; |