From 5e69dce0e7af93896e2c143f79bfcbaf26fcfd5e Mon Sep 17 00:00:00 2001
From: Karl Palsson <karlp@etactica.com>
Date: Mon, 28 May 2018 13:42:44 +0000
Subject: [PATCH] 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>
---
 target/linux/ath79/dts/ar9330_glinet_ar150.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/dts/ar9330_glinet_ar150.dts b/target/linux/ath79/dts/ar9330_glinet_ar150.dts
index a7dab83559c..1a97a0da306 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";
-- 
GitLab