diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-10-30 11:22:30 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-15 21:31:30 +0100 |
commit | eed5afc6fc194b9615c1f8239ed1391fb3ee50aa (patch) | |
tree | bd240e0863245393ef36567f2962727b7376eee5 /arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | |
parent | Linux 4.20-rc1 (diff) | |
download | linux-eed5afc6fc194b9615c1f8239ed1391fb3ee50aa.tar.xz linux-eed5afc6fc194b9615c1f8239ed1391fb3ee50aa.zip |
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-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 8f0bb3c44bd6..8ccab9a1ebcc 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -75,6 +75,10 @@ }; }; +&efuse { + clocks = <&clkc CLKID_EFUSE>; +}; + ðmac { reg = <0x0 0xc9410000 0x0 0x10000 0x0 0xc8834540 0x0 0x4>; |