Fixes:

arch/arm/dts/ep7212-clep7212.dts:33.17-63.4: Warning (simple_bus_reg):
/soc/bus@80000180/nor@0,0: simple-bus unit address format error,
expected "0"

Signed-off-by: Sascha Hauer <[email protected]>
---
 arch/arm/dts/ep7212-clep7212.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/ep7212-clep7212.dts b/arch/arm/dts/ep7212-clep7212.dts
index 701bc20bd8..a4f43d13da 100644
--- a/arch/arm/dts/ep7212-clep7212.dts
+++ b/arch/arm/dts/ep7212-clep7212.dts
@@ -30,7 +30,7 @@
        /* CS3 = WAITSTATE_7_1 | BUS_WIDTH_32 */
        barebox,ep7209-memcfg1 = <0x25802b28>;
 
-       flash: nor@0,0 {
+       flash: nor@0 {
                compatible = "cfi-flash";
                reg = <0 0x00000000 0x02000000>;
                bank-width = <2>;
-- 
2.30.2


Reply via email to