diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-10-30 13:22:30 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-15 23:31:30 +0300 |
commit | eed5afc6fc194b9615c1f8239ed1391fb3ee50aa (patch) | |
tree | bd240e0863245393ef36567f2962727b7376eee5 /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | 651022382c7f8da46cb4872a545ee1da6d097d2a (diff) | |
download | linux-eed5afc6fc194b9615c1f8239ed1391fb3ee50aa.tar.xz |
arm64: dts: meson-gx: add efuse pclk
Add the required peripheral clock for the efuse device.
Signed-off-by: Jerome Brunet <jbrunet@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 1ade7e486828..524f533e41d4 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -282,6 +282,10 @@ compatible = "amlogic,meson-gxbb-aoclkc", "amlogic,meson-gx-aoclkc"; }; +&efuse { + clocks = <&clkc CLKID_EFUSE>; +}; + ðmac { clocks = <&clkc CLKID_ETH>, <&clkc CLKID_FCLK_DIV2>, |