]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: clock: add the Amlogic Meson8 DDR clock controller binding
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 17 Nov 2019 14:07:30 +0000 (15:07 +0100)
committerJerome Brunet <jbrunet@baylibre.com>
Wed, 11 Dec 2019 13:06:27 +0000 (14:06 +0100)
commite80fe5614e5c24a27026e1e3ce53616b9b60b5fa
tree555078f90f85439c12bceb081503b840ce4dd1ae
parent47599c6298943ede4662b5e31dfe375feac1b48a
dt-bindings: clock: add the Amlogic Meson8 DDR clock controller binding

Amlogic Meson8, Meson8b and Meson8m2 SoCs have a DDR clock controller in
the MMCBUS registers. There is no public documentation on this, but the
GPL u-boot sources from the Amlogic BSP show that:
- it uses the same XTAL input as the main clock controller
- it contains a PLL which seems to be implemented just like the other
  PLLs in this SoC
- there is a power-of-two PLL post-divider

Add the documentation and header file for this DDR clock controller.

Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Documentation/devicetree/bindings/clock/amlogic,meson8-ddr-clkc.yaml [new file with mode: 0644]
include/dt-bindings/clock/meson8-ddr-clkc.h [new file with mode: 0644]