Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: add device tree binding for Allwinner H6 main CCU

The Allwinner H6 main CCU uses the internal oscillator of the SoC, which
is different with old SoCs' main CCU.

Add device tree binding for the Allwinner H6 main CCU.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

authored by

Icenowy Zheng and committed by
Maxime Ripard
2e08e4d2 a910f251

+4
+4
Documentation/devicetree/bindings/clock/sunxi-ccu.txt
··· 20 20 - "allwinner,sun50i-a64-ccu" 21 21 - "allwinner,sun50i-a64-r-ccu" 22 22 - "allwinner,sun50i-h5-ccu" 23 + - "allwinner,sun50i-h6-ccu" 23 24 - "nextthing,gr8-ccu" 24 25 25 26 - reg: Must contain the registers base address and length ··· 31 30 - clock-names: Must contain the clock names described just above 32 31 - #clock-cells : must contain 1 33 32 - #reset-cells : must contain 1 33 + 34 + For the main CCU on H6, one more clock is needed: 35 + - "iosc": the SoC's internal frequency oscillator 34 36 35 37 For the PRCM CCUs on A83T/H3/A64, two more clocks are needed: 36 38 - "pll-periph": the SoC's peripheral PLL from the main CCU