arm64: dts: gxbb clock controller
authorMichael Turquette <mturquette@baylibre.com>
Thu, 23 Jun 2016 02:12:23 +0000 (19:12 -0700)
committerKevin Hilman <khilman@baylibre.com>
Thu, 23 Jun 2016 22:23:04 +0000 (15:23 -0700)
Add the clock controller node for the AmLogic GXBB machine.

Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi

index 806b90392402ecd27f2653f92f4f90f828734de4..e502c24b0ac79cca089c7f22e19c83e3ea9bf2d4 100644 (file)
                        #address-cells = <2>;
                        #size-cells = <2>;
                        ranges = <0x0 0x0 0x0 0xc883c000 0x0 0x2000>;
+
+                       clkc: clock-controller@0 {
+                               compatible = "amlogic,gxbb-clkc";
+                               #clock-cells = <1>;
+                               reg = <0x0 0x0 0x0 0x3db>;
+                       };
                };
 
                apb: apb@d0000000 {
This page took 0.024543 seconds and 5 git commands to generate.