Skip to content

Commit ab214c4

Browse files
r-vigneshWolfram Sang
authored andcommitted
dt-bindings: i2c: omap: Add new compatible for AM654 SoCs
AM654 SoCs have same I2C IP as OMAP SoCs. Add new compatible to handle AM654 SoCs. While at that reformat the existing compatible list for older SoCs to list one valid compatible per line. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
1 parent 6510223 commit ab214c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/devicetree/bindings/i2c/i2c-omap.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
I2C for OMAP platforms
22

33
Required properties :
4-
- compatible : Must be "ti,omap2420-i2c", "ti,omap2430-i2c", "ti,omap3-i2c"
5-
or "ti,omap4-i2c"
4+
- compatible : Must be
5+
"ti,omap2420-i2c" for OMAP2420 SoCs
6+
"ti,omap2430-i2c" for OMAP2430 SoCs
7+
"ti,omap3-i2c" for OMAP3 SoCs
8+
"ti,omap4-i2c" for OMAP4+ SoCs
9+
"ti,am654-i2c", "ti,omap4-i2c" for AM654 SoCs
610
- ti,hwmods : Must be "i2c<n>", n being the instance number (1-based)
711
- #address-cells = <1>;
812
- #size-cells = <0>;

0 commit comments

Comments
 (0)