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

dt-bindings: clock: add compatible variant for the Meson-AXG

Update the documentation to support clock driver for the Amlogic's
Meson-AXG SoC.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

authored by

Yixun Lan and committed by
Jerome Brunet
f8d0dfed 4fbd8d19

+5 -2
+5 -2
Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt
··· 5 5 6 6 Required Properties: 7 7 8 - - compatible: should be "amlogic,gxbb-clkc" for GXBB SoC, 9 - or "amlogic,gxl-clkc" for GXL and GXM SoC. 8 + - compatible: should be: 9 + "amlogic,gxbb-clkc" for GXBB SoC, 10 + "amlogic,gxl-clkc" for GXL and GXM SoC, 11 + "amlogic,axg-clkc" for AXG SoC. 12 + 10 13 - reg: physical base address of the clock controller and length of memory 11 14 mapped region. 12 15