From: Neil Armstrong Date: Mon, 31 Oct 2016 16:44:42 +0000 (+0100) Subject: ARM64: dts: meson-gxl: Add i2c nodes X-Git-Tag: v4.10-rc1~81^2~14^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5d28bb016cfb0271718628492c833ba61de3d0b1;p=linux.git ARM64: dts: meson-gxl: Add i2c nodes Add i2c nodes clock attributes for Amlogic Meson GXL. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- 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 @@ clkc: clock-controller@0 { reg = <0x0 0x0 0x0 0x3db>; }; }; + +&i2c_A { + clocks = <&clkc CLKID_I2C>; +}; + +&i2c_B { + clocks = <&clkc CLKID_I2C>; +}; + +&i2c_C { + clocks = <&clkc CLKID_I2C>; +};