arm64: dts: meson-gx: add efuse pclk
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 30 Oct 2018 10:22:30 +0000 (11:22 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 15 Nov 2018 20:31:30 +0000 (12:31 -0800)
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>
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

index 1ade7e486828c2db082a121e856456e5562d3445..524f533e41d4825b027feb77aba6a6df5463f178 100644 (file)
        compatible = "amlogic,meson-gxbb-aoclkc", "amlogic,meson-gx-aoclkc";
 };
 
+&efuse {
+       clocks = <&clkc CLKID_EFUSE>;
+};
+
 &ethmac {
        clocks = <&clkc CLKID_ETH>,
                 <&clkc CLKID_FCLK_DIV2>,
index 8f0bb3c44bd6d05a11e6dea2ed390f0c88bdc9cc..8ccab9a1ebcc899532b13c340cf9281437606b13 100644 (file)
        };
 };
 
+&efuse {
+       clocks = <&clkc CLKID_EFUSE>;
+};
+
 &ethmac {
        reg = <0x0 0xc9410000 0x0 0x10000
               0x0 0xc8834540 0x0 0x4>;