diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2020-12-09 22:27:33 +0530 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-12-10 21:13:17 +0100 |
commit | cbfa5b3987c42fe5cd25747aee4fe654b1092fab (patch) | |
tree | faa8a0252c2fa817d97625c5e0aef9a2cede8bc6 /Documentation | |
parent | 8f95c13228116b56d42736b0849a55b97267806c (diff) | |
download | linux-cbfa5b3987c42fe5cd25747aee4fe654b1092fab.tar.bz2 |
dt-bindings: i2c: Add compatible string for AM64 SoC
Add compatible string for AM64 SoC in device tree binding of OMAP I2C
modules as the same IP is used.
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-omap.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-omap.txt b/Documentation/devicetree/bindings/i2c/i2c-omap.txt index a44573d7c118..a425b91af48f 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-omap.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-omap.txt @@ -8,6 +8,7 @@ Required properties : "ti,omap4-i2c" for OMAP4+ SoCs "ti,am654-i2c", "ti,omap4-i2c" for AM654 SoCs "ti,j721e-i2c", "ti,omap4-i2c" for J721E SoCs + "ti,am64-i2c", "ti,omap4-i2c" for AM64 SoCs - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based) - #address-cells = <1>; - #size-cells = <0>; |