Skip to content

Commit

Permalink
arm: dts: unit address should not have 0x prefix
Browse files Browse the repository at this point in the history
The implied format for most bus bindings implies the uname-address
part of the unit-name should be in hex without a leading 0x.

Fix the one i2c bus that did not follow this convention.

Signed-off-by: Milton Miller <miltonm@us.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Milton D. Miller II authored and Joel Stanley committed Feb 11, 2016
1 parent 5cda34e commit 856ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/ast2400.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
interrupts = <4>;
};

i2c5: i2c-bus@0x180 {
i2c5: i2c-bus@180 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x180 0x40>;
Expand Down

0 comments on commit 856ffde

Please sign in to comment.