mbox series

[v3,0/3] dts: meson: add clock controllers input clocks

Message ID 20181203171640.12110-1-jbrunet@baylibre.com
Headers show
Series dts: meson: add clock controllers input clocks | expand

Message

Jerome Brunet Dec. 3, 2018, 5:16 p.m. UTC
This patchset is the first step that needs to be done so the
amlogic clock controllers properly claim their input clocks
through DT instead of relying on fixed names.

I'll be waiting for this hit mainline before sending the related
driver changes.

Changes since v1: [0]
- add clock-names for the main clock controller

Changes since v2: [1]
- add more inputs for the gx family external 32k references

[0]: https://lkml.kernel.org/r/20181129164524.18670-1-jbrunet@baylibre.com
[1]: https://lkml.kernel.org/r/20181203131850.31388-1-jbrunet@baylibre.com

Jerome Brunet (3):
  dt-bindings: clk: meson: add ao controller clock inputs
  dt-bindings: clk: meson: add main controller clock input
  arm64: dts: meson: add clock controller clock inputs

 .../devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt  | 10 +++++++++-
 .../devicetree/bindings/clock/amlogic,gxbb-clkc.txt    |  5 +++++
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi             |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi            |  4 ++++
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi             |  4 ++++
 5 files changed, 26 insertions(+), 1 deletion(-)

-- 
2.19.1

Comments

Stephen Boyd Dec. 3, 2018, 5:56 p.m. UTC | #1
Quoting Jerome Brunet (2018-12-03 09:16:38)
> Add the clock inputs of amlogic AO clock controller

> 

> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

> ---


Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Kevin Hilman Dec. 5, 2018, 1:07 a.m. UTC | #2
Jerome Brunet <jbrunet@baylibre.com> writes:

> This patchset is the first step that needs to be done so the

> amlogic clock controllers properly claim their input clocks

> through DT instead of relying on fixed names.

>

> I'll be waiting for this hit mainline before sending the related

> driver changes.


Queued for v4.21 (branch: v4.21/dt64) with Stephen's tags.

nit: $SUBJECT on this cover letter is missing arm64 prefix (v2 had it)
and, some lazy maintainenrs like me are starting to rely on the new new
patchwork-bot which will auto-superseed series when a new version is
posted, but that relies on matching subjects.

Kevin