]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: sun8i: a83t: Add device node for PRCM
authorChen-Yu Tsai <wens@csie.org>
Wed, 31 May 2017 07:58:20 +0000 (15:58 +0800)
committerChen-Yu Tsai <wens@csie.org>
Sat, 3 Jun 2017 02:03:39 +0000 (10:03 +0800)
The A83T's PRCM has the same set of clocks and resets as the A64.
However, a few dividers are different. And due to the lack of a low
speed 32.768 kHz oscillator, a few of the clock parents are different.

The PRCM also has controls for various power domains. These are not
supported yet, neither in software nor in the device tree binding.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-a83t.dtsi

index 1dc4cfe815342b24bd89775d19d8a70b30e35390..49aeb56970bae62fe2930ec029f785c6aee63304 100644 (file)
                        #interrupt-cells = <3>;
                        interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_HIGH)>;
                };
+
+               r_ccu: clock@1f01400 {
+                       compatible = "allwinner,sun8i-a83t-r-ccu";
+                       reg = <0x01f01400 0x400>;
+                       clocks = <&osc24M>, <&osc16Md512>, <&osc16M>,
+                                <&ccu 6>;
+                       clock-names = "hosc", "losc", "iosc", "pll-periph";
+                       #clock-cells = <1>;
+                       #reset-cells = <1>;
+               };
        };
 };