]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM64: dts: meson-gxl: Add i2c nodes
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 31 Oct 2016 16:44:42 +0000 (17:44 +0100)
committerKevin Hilman <khilman@baylibre.com>
Tue, 15 Nov 2016 20:05:30 +0000 (12:05 -0800)
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>
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index 79587c24d4333a6832f12586e2036d99d7363e73..5aed31937f64dfc99b7b4b050bee651a32f48407 100644 (file)
@@ -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>;
+};