Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Aswath Govindraju and committed by
Wolfram Sang
cbfa5b39 8f95c132

+1
+1
Documentation/devicetree/bindings/i2c/i2c-omap.txt
··· 8 8 "ti,omap4-i2c" for OMAP4+ SoCs 9 9 "ti,am654-i2c", "ti,omap4-i2c" for AM654 SoCs 10 10 "ti,j721e-i2c", "ti,omap4-i2c" for J721E SoCs 11 + "ti,am64-i2c", "ti,omap4-i2c" for AM64 SoCs 11 12 - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based) 12 13 - #address-cells = <1>; 13 14 - #size-cells = <0>;