Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1512704
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/8] ARM64: dts: meson-gxl: Add clock nodes |
| Date | 2016-10-31 17:50 +0100 |
| Message-ID | <synWy-4Wn-39@gated-at.bofh.it> (permalink) |
| References | <synWx-4Wn-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add clock node for Amlogic Meson GXL.
The GXBB compatible is retained since the GXBB clock tree is used for now.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index ce7f550..33d0506 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -42,6 +42,7 @@
*/
#include "meson-gx.dtsi"
+#include <dt-bindings/clock/gxbb-clkc.h>
#include <dt-bindings/gpio/meson-gxl-gpio.h>
/ {
@@ -214,3 +215,11 @@
};
};
};
+
+&hiubus {
+ clkc: clock-controller@0 {
+ compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
+ #clock-cells = <1>;
+ reg = <0x0 0x0 0x0 0x3db>;
+ };
+};
--
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