Skip to content

Commit d3e20f5

Browse files
Chris Austenshenki
authored andcommitted
arm/aspeed: device tree not compiling
Needed to remove the 0x and make things lower case Signed-off-by: Chris Austen <[email protected]>
1 parent 706358a commit d3e20f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ahb {
99
apb {
1010
i2c: i2c@1e78a040 {
11-
i2c0: i2c-bus@0x40 {
11+
i2c0: i2c-bus@40 {
1212
eeprom@50 {
1313
compatible = "atmel,24c256";
1414
reg = <0x50>;
@@ -25,7 +25,7 @@
2525
};
2626
};
2727

28-
i2c6: i2c-bus@0x1C0 {
28+
i2c6: i2c-bus@1c0 {
2929
nct7904@2d {
3030
compatible = "nuvoton,nct7904";
3131
reg = <0x2d>;

0 commit comments

Comments
 (0)