On Wed, Nov 13, 2024 at 01:15:15PM +0100, Johan Hovold wrote: > On Wed, Nov 13, 2024 at 12:53:16PM +0530, Varadarajan Narayanan wrote: > > > --- a/arch/arm64/boot/dts/qcom/ipq5424-rdp466.dts > > +++ b/arch/arm64/boot/dts/qcom/ipq5424-rdp466.dts > > @@ -16,12 +16,71 @@ / { > > aliases { > > serial0 = &uart1; > > }; > > + > > + regulator_fixed_3p3: s3300 { > > Fixed regulator nodes should have a "regulator-" prefix in their name. Specifically, regulator-<voltage> is preferred. So "regulator-3300000" Not enforced because there are some exceptions. Rob