Message ID | 20230607201641.20982-4-ddrokosov@sberdevices.ru (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: meson: a1: introduce several peripheral IPs | expand |
On Wed, Jun 7, 2023 at 10:16 PM Dmitry Rokosov <ddrokosov@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.
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@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. Ahh, okay. I wasn't aware of that behavior. Thank you for pointing it out!
diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi index b2563c7d3842..63faccfc1134 100644 --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi @@ -44,6 +44,16 @@ l2: l2-cache0 { }; }; + 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"; + }; + psci { compatible = "arm,psci-1.0"; method = "smc";