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>
This commit is contained in:
Jerome Brunet 2018-10-30 11:22:30 +01:00 committed by Kevin Hilman
parent 651022382c
commit eed5afc6fc
2 changed files with 8 additions and 0 deletions

View File

@ -282,6 +282,10 @@ &clkc_AO {
compatible = "amlogic,meson-gxbb-aoclkc", "amlogic,meson-gx-aoclkc";
};
&efuse {
clocks = <&clkc CLKID_EFUSE>;
};
&ethmac {
clocks = <&clkc CLKID_ETH>,
<&clkc CLKID_FCLK_DIV2>,

View File

@ -75,6 +75,10 @@ usb3_phy: phy@78080 {
};
};
&efuse {
clocks = <&clkc CLKID_EFUSE>;
};
&ethmac {
reg = <0x0 0xc9410000 0x0 0x10000
0x0 0xc8834540 0x0 0x4>;