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

dt-bindings: clock: meson8b: add the clock inputs

The clock controller on Meson8/Meson8b/Meson8m2 has three (known)
inputs:
- "xtal": the main 24MHz crystal
- "ddr_pll": some of the audio clocks use the output of the DDR PLL as
input
- "clk_32k": an optional clock signal which can be connected to GPIOAO_6
(which then has to be switched to the CLK_32K_IN function)

Add the inputs to the documentation so we can wire up these inputs in a
follow-up patch.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

authored by

Martin Blumenstingl and committed by
Jerome Brunet
25d31698 51b6fe7e

+5
+5
Documentation/devicetree/bindings/clock/amlogic,meson8b-clkc.txt
··· 11 11 - "amlogic,meson8m2-clkc" for Meson8m2 (S812) SoCs 12 12 - #clock-cells: should be 1. 13 13 - #reset-cells: should be 1. 14 + - clocks: list of clock phandles, one for each entry in clock-names 15 + - clock-names: should contain the following: 16 + * "xtal": the 24MHz system oscillator 17 + * "ddr_pll": the DDR PLL clock 18 + * "clk_32k": (if present) the 32kHz clock signal from GPIOAO_6 (CLK_32K_IN) 14 19 15 20 Parent node should have the following properties : 16 21 - compatible: "amlogic,meson-hhi-sysctrl", "simple-mfd", "syscon"