]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM64: dts: meson-gxbb: Add GXBB AO Clock and Reset node
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 18 Aug 2016 10:08:48 +0000 (12:08 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 1 Sep 2016 22:25:02 +0000 (15:25 -0700)
Add the AO clock controller node for the AmLogic GXBB SoC.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index 92c88daf0220551c8be72593743ff5fd102894db..592c3dac00a493cdb9de2eededaf054a65063e00 100644 (file)
@@ -46,6 +46,8 @@
 #include <dt-bindings/gpio/meson-gxbb-gpio.h>
 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h>
 #include <dt-bindings/clock/gxbb-clkc.h>
+#include <dt-bindings/clock/gxbb-aoclkc.h>
+#include <dt-bindings/reset/gxbb-aoclkc.h>
 
 / {
        compatible = "amlogic,meson-gxbb";
                                };
                        };
 
+                       clkc_AO: clock-controller@040 {
+                               compatible = "amlogic,gxbb-aoclkc";
+                               reg = <0x0 0x00040 0x0 0x4>;
+                               #clock-cells = <1>;
+                               #reset-cells = <1>;
+                       };
+
                        uart_AO: serial@4c0 {
                                compatible = "amlogic,meson-uart";
                                reg = <0x0 0x004c0 0x0 0x14>;