Skip to content

Commit

Permalink
arm/aspeed: device tree not compiling
Browse files Browse the repository at this point in the history
Needed to remove the 0x and make things lower case

Signed-off-by: Chris Austen <austenc@us.ibm.com>
  • Loading branch information
Chris Austen authored and Joel Stanley committed Nov 23, 2015
1 parent 706358a commit d3e20f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ahb {
apb {
i2c: i2c@1e78a040 {
i2c0: i2c-bus@0x40 {
i2c0: i2c-bus@40 {
eeprom@50 {
compatible = "atmel,24c256";
reg = <0x50>;
Expand All @@ -25,7 +25,7 @@
};
};

i2c6: i2c-bus@0x1C0 {
i2c6: i2c-bus@1c0 {
nct7904@2d {
compatible = "nuvoton,nct7904";
reg = <0x2d>;
Expand Down

0 comments on commit d3e20f5

Please sign in to comment.