From d3e20f54e28b82ad6354c260a247833ecb6f85e8 Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Fri, 20 Nov 2015 18:01:08 -0600 Subject: [PATCH] arm/aspeed: device tree not compiling Needed to remove the 0x and make things lower case Signed-off-by: Chris Austen --- arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts index b663dd84da426..4d1a215ab184f 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts @@ -8,7 +8,7 @@ ahb { apb { i2c: i2c@1e78a040 { - i2c0: i2c-bus@0x40 { + i2c0: i2c-bus@40 { eeprom@50 { compatible = "atmel,24c256"; reg = <0x50>; @@ -25,7 +25,7 @@ }; }; - i2c6: i2c-bus@0x1C0 { + i2c6: i2c-bus@1c0 { nct7904@2d { compatible = "nuvoton,nct7904"; reg = <0x2d>;