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>
This commit is contained in:
parent
4fbd8d194f
commit
f8d0dfed51
|
@ -5,8 +5,11 @@ controllers within the SoC.
|
||||||
|
|
||||||
Required Properties:
|
Required Properties:
|
||||||
|
|
||||||
- compatible: should be "amlogic,gxbb-clkc" for GXBB SoC,
|
- compatible: should be:
|
||||||
or "amlogic,gxl-clkc" for GXL and GXM SoC.
|
"amlogic,gxbb-clkc" for GXBB SoC,
|
||||||
|
"amlogic,gxl-clkc" for GXL and GXM SoC,
|
||||||
|
"amlogic,axg-clkc" for AXG SoC.
|
||||||
|
|
||||||
- reg: physical base address of the clock controller and length of memory
|
- reg: physical base address of the clock controller and length of memory
|
||||||
mapped region.
|
mapped region.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue