Skip to content

Commit c169576

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom: ipq4019: drop 'regulator' property from SAW2 devices
The SAW2 device should describe the regulator constraints rather than just declaring that it has the regulator. Drop the 'regulator' property. If/when CPU voltage scaling is implemented for this platform, proper regulator nodes show be added instead. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20240102-saw2-spm-regulator-v7-21-0472ec237f49@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent a560ff0 commit c169576

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,31 +353,26 @@
353353
saw0: power-manager@b089000 {
354354
compatible = "qcom,ipq4019-saw2-cpu", "qcom,saw2";
355355
reg = <0x0b089000 0x1000>, <0x0b009000 0x1000>;
356-
regulator;
357356
};
358357

359358
saw1: power-manager@b099000 {
360359
compatible = "qcom,ipq4019-saw2-cpu", "qcom,saw2";
361360
reg = <0x0b099000 0x1000>, <0x0b009000 0x1000>;
362-
regulator;
363361
};
364362

365363
saw2: power-manager@b0a9000 {
366364
compatible = "qcom,ipq4019-saw2-cpu", "qcom,saw2";
367365
reg = <0x0b0a9000 0x1000>, <0x0b009000 0x1000>;
368-
regulator;
369366
};
370367

371368
saw3: power-manager@b0b9000 {
372369
compatible = "qcom,ipq4019-saw2-cpu", "qcom,saw2";
373370
reg = <0x0b0b9000 0x1000>, <0x0b009000 0x1000>;
374-
regulator;
375371
};
376372

377373
saw_l2: power-manager@b012000 {
378374
compatible = "qcom,ipq4019-saw2-l2", "qcom,saw2";
379375
reg = <0xb012000 0x1000>;
380-
regulator;
381376
};
382377

383378
blsp1_uart1: serial@78af000 {

0 commit comments

Comments
 (0)