Re: [PATCH v3 1/1] arm64: dts: qcom: lemans-evk: Add Mezzanine

From: Krzysztof Kozlowski

Date: Mon Feb 23 2026 - 09:42:05 EST


On 23/02/2026 14:13, Krzysztof Kozlowski wrote:
>> +
>> + vreg_4p2: regulator-vreg-4p2 {
>> + compatible = "regulator-fixed";
>> + regulator-name = "VREG_4P2";
>> +
>> + regulator-min-microvolt = <4200000>;
>> + regulator-max-microvolt = <4200000>;
>> + regulator-always-on;
>> + regulator-boot-on;
>> +
>> + vin-supply = <&vreg_sys_pwr>;
>> + };
>> +
>> + vreg_sys_pwr: regulator-vreg-sys-pwr {
>
> And here the same pattern as in Monaco EVK. This is pointless, you just
> inflate the kernel and DTS with dummies.
>
>

I found more of such patterns in the code... folks, this is non-sense.

Best regards,
Krzysztof