diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-08-04 15:12:12 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-08-22 15:37:22 -0700 |
commit | 7fd2c355a2728153f07e5920e140049ba27d0daa (patch) | |
tree | f47967680b678320b51ebb183462d4d65ccf51ce /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | 58308abae892dc6fdcb8c0879829e65fce354c6e (diff) | |
download | op-kernel-dev-7fd2c355a2728153f07e5920e140049ba27d0daa.zip op-kernel-dev-7fd2c355a2728153f07e5920e140049ba27d0daa.tar.gz |
ARM64: dts: meson-gx: update AO clkc to new bindings
The AO clkc needs to be updated to new bindings with an system control parent
node and moving the clkc node as subnode.
Also adds the SoC specific compatible following the bindings requirements.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index ea53cc2..16f5fb7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -307,6 +307,10 @@ }; }; +&clkc_AO { + compatible = "amlogic,meson-gxbb-aoclkc", "amlogic,meson-gx-aoclkc"; +}; + ðmac { clocks = <&clkc CLKID_ETH>, <&clkc CLKID_FCLK_DIV2>, |