aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-10-31 12:44:42 -0400
committerKevin Hilman <khilman@baylibre.com>2016-11-15 15:05:30 -0500
commit5d28bb016cfb0271718628492c833ba61de3d0b1 (patch)
tree910d8600271533e5602c9aba53896348259526d3
parent973fbd55b53c3e6bd7e2286a809cb3780e08b95f (diff)
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.dtsi12
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 @@
223 reg = <0x0 0x0 0x0 0x3db>; 223 reg = <0x0 0x0 0x0 0x3db>;
224 }; 224 };
225}; 225};
226
227&i2c_A {
228 clocks = <&clkc CLKID_I2C>;
229};
230
231&i2c_B {
232 clocks = <&clkc CLKID_I2C>;
233};
234
235&i2c_C {
236 clocks = <&clkc CLKID_I2C>;
237};