Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512706
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/8] ARM64: dts: meson-gxl: Add i2c nodes |
| Date | 2016-10-31 17:50 +0100 |
| Message-ID | <synWz-4Wn-53@gated-at.bofh.it> (permalink) |
| References | <synWx-4Wn-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add i2c nodes clock attributes for Amlogic Meson GXL.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 33d0506..b45df2a 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>;
+};
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/8] ARM64: dts: meson-gxl: Add extended support Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 1/8] ARM64: dts: meson-gxbb: Move common nodes to meson-gx Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 7/8] ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
Re: [PATCH 7/8] ARM64: dts: meson-gxl-p23x: Add SD/SDIO/MMC and PWM nodes Kevin Hilman <khilman@baylibre.com> - 2016-11-07 20:10 +0100
[PATCH 3/8] ARM64: dts: meson-gxl: Add clock nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 2/8] ARM64: dts: meson-gxl: Add pinctrl nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
Re: [PATCH 2/8] ARM64: dts: meson-gxl: Add pinctrl nodes Kevin Hilman <khilman@baylibre.com> - 2016-11-07 23:40 +0100
[PATCH 4/8] ARM64: dts: meson-gxl: Add i2c nodes Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
[PATCH 6/8] ARM64: dts: meson-gxl-p23x: Add uart pinctrl Neil Armstrong <narmstrong@baylibre.com> - 2016-10-31 17:50 +0100
csiph-web