[PATCH v1 3/6] arm64: dts: meson: a1: enable efuse controller and setup its clk
Martin Blumenstingl
martin.blumenstingl at googlemail.com
Sun Jun 25 13:50:37 PDT 2023
On Wed, Jun 7, 2023 at 10:16 PM Dmitry Rokosov <ddrokosov at sberdevices.ru> wrote:
[...]
> + efuse: efuse {
> + compatible = "amlogic,meson-gxbb-efuse";
> + clocks = <&clkc_periphs CLKID_OTP>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + secure-monitor = <&sm>;
> + power-domains = <&pwrc PWRC_OTP_ID>;
> + status = "okay";
If eFuse is always enabled then we can just drop status = "okay" as
that's the default.
More information about the linux-amlogic
mailing list