On Sun, Jun 25, 2023 at 10:50:37PM +0200, Martin Blumenstingl wrote: > On Wed, Jun 7, 2023 at 10:16 PM Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx> 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. Ahh, okay. I wasn't aware of that behavior. Thank you for pointing it out! -- Thank you, Dmitry