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

index 8ddb6868ea1dc5f52ce824ad4f8912f6a98ec87e..79587c24d4333a6832f12586e2036d99d7363e73 100644 (file)
@@ -42,6 +42,7 @@
  */
 
 #include "meson-gx.dtsi"
+#include <dt-bindings/clock/gxbb-clkc.h>
 #include <dt-bindings/gpio/meson-gxbb-gpio.h>
 
 / {
@@ -214,3 +215,11 @@ mux {
                };
        };
 };
+
+&hiubus {
+       clkc: clock-controller@0 {
+               compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
+               #clock-cells = <1>;
+               reg = <0x0 0x0 0x0 0x3db>;
+       };
+};