diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-10-31 19:44:42 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-11-15 23:05:30 +0300 |
commit | 5d28bb016cfb0271718628492c833ba61de3d0b1 (patch) | |
tree | 910d8600271533e5602c9aba53896348259526d3 | |
parent | 973fbd55b53c3e6bd7e2286a809cb3780e08b95f (diff) | |
download | linux-5d28bb016cfb0271718628492c833ba61de3d0b1.tar.xz |
ARM64: dts: meson-gxl: Add i2c nodes
Add i2c nodes clock attributes for Amlogic Meson GXL.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 79587c24d433..5aed31937f64 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -223,3 +223,15 @@ reg = <0x0 0x0 0x0 0x3db>; }; }; + +&i2c_A { + clocks = <&clkc CLKID_I2C>; +}; + +&i2c_B { + clocks = <&clkc CLKID_I2C>; +}; + +&i2c_C { + clocks = <&clkc CLKID_I2C>; +}; |