Skip to content

Commit

Permalink
Fix a couple incorrect register bases for ast2400
Browse files Browse the repository at this point in the history
There were a couple copy paste errors in the i2c section of the
ast2400 device tree.

Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Brad Bishop authored and Joel Stanley committed May 11, 2016
1 parent fcc6ce9 commit 4a45cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/ast2400.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
i2c10: i2c-bus@3c0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x380 0x40>;
reg = <0x3c0 0x40>;
compatible = "aspeed,ast2400-i2c-bus";
bus = <10>;
clock-frequency = <100000>;
Expand All @@ -237,7 +237,7 @@
i2c12: i2c-bus@440 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x400 0x40>;
reg = <0x440 0x40>;
compatible = "aspeed,ast2400-i2c-bus";
bus = <12>;
clock-frequency = <100000>;
Expand Down

0 comments on commit 4a45cba

Please sign in to comment.