Skip to content

Commit

Permalink
ARM: ux500: Add all known I2C sub-device nodes to the HREF DT
Browse files Browse the repository at this point in the history
Here we add the skeleton nodes for each of the known I2C sub-devices
currently registered on ST-Ericsson's HREF Development Platform. We
will fill these nodes in turn as the drivers are enabled for Device
Tree.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Lee Jones committed Sep 20, 2012
1 parent 65392b8 commit 71e8118
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions arch/arm/boot/dts/hrefv60plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,34 @@
uart@80007000 {
status = "okay";
};

i2c@80004000 {
tc3589x@42 {
compatible = "tc3589x";
reg = <0x42>;
};

tps61052@33 {
compatible = "tps61052";
reg = <0x33>;
};
};

i2c@80128000 {
lp5521@0x33 {
compatible = "lp5521";
reg = <0x33>;
};

lp5521@0x34 {
compatible = "lp5521";
reg = <0x34>;
};

bh1780@0x29 {
compatible = "rohm,bh1780gli";
reg = <0x33>;
};
};
};
};

0 comments on commit 71e8118

Please sign in to comment.