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-gxl.dtsi | |
parent | 58308abae892dc6fdcb8c0879829e65fce354c6e (diff) | |
download | linux-7fd2c355a2728153f07e5920e140049ba27d0daa.tar.bz2 |
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-gxl.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 9e674441fd90..7fa1fdde5989 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -207,6 +207,10 @@ }; }; +&clkc_AO { + compatible = "amlogic,meson-gxl-aoclkc", "amlogic,meson-gx-aoclkc"; +}; + &hdmi_tx { compatible = "amlogic,meson-gxl-dw-hdmi", "amlogic,meson-gx-dw-hdmi"; resets = <&reset RESET_HDMITX_CAPB3>, |