[PATCH v2 3/3] arm64: dts: gxbb clock controller
Michael Turquette
mturquette at baylibre.com
Wed Jun 22 19:12:23 PDT 2016
Add the clock controller node for the AmLogic GXBB machine.
Signed-off-by: Michael Turquette <mturquette at baylibre.com>
---
Changed in v2:
* nest the clock-controller node inside the hiubus node; suggested by
Kevin Hilman
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 806b90392402..e502c24b0ac7 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -315,6 +315,12 @@
#address-cells = <2>;
#size-cells = <2>;
ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
+
+ clkc: clock-controller at 0 {
+ compatible = "amlogic,gxbb-clkc";
+ #clock-cells = <1>;
+ reg = <0x0 0x0 0x0 0x3db>;
+ };
};
apb: apb at d0000000 {
--
2.1.4
More information about the linux-amlogic
mailing list