Message ID | 20220131161034.1.I7b284531f1c992932f7eef8abaf7cc5548064f33@changeid (mailing list archive) |
---|---|
State | Accepted |
Commit | 171bac46700fcdb2310209dffb382533fe54522a |
Headers | show |
Series | arm64: dts: qcom: sc7x80: A smattering of misc dts cleanups | expand |
On Mon, Jan 31, 2022 at 04:10:38PM -0800, Douglas Anderson wrote: > All of the other fixed regulators have the "-regulator" suffix. Add it > to pp3300_hub to match. > > Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi index 7d8bf66e8ffe..78296ed6fd29 100644 --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi @@ -284,7 +284,7 @@ pp3300_fp_tp: pp3300-fp-tp-regulator { vin-supply = <&pp3300_a>; }; - pp3300_hub: pp3300-hub { + pp3300_hub: pp3300-hub-regulator { compatible = "regulator-fixed"; regulator-name = "pp3300_hub";
All of the other fixed regulators have the "-regulator" suffix. Add it to pp3300_hub to match. Signed-off-by: Douglas Anderson <dianders@chromium.org> --- arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)