Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sc8280xp-crd: Fix naming of regulators

The external regulators in the CRD seems to have inherited their names
from the X13s DeviceTree, correct them.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20230620203915.141337-2-quic_bjorande@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Bjorn Andersson and committed by
Bjorn Andersson
8882ae07 9566b527

+5 -5
+5 -5
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts
··· 133 133 vreg_edp_bl: regulator-edp-bl { 134 134 compatible = "regulator-fixed"; 135 135 136 - regulator-name = "VBL9"; 136 + regulator-name = "VREG_EDP_BL"; 137 137 regulator-min-microvolt = <3600000>; 138 138 regulator-max-microvolt = <3600000>; 139 139 ··· 149 149 vreg_nvme: regulator-nvme { 150 150 compatible = "regulator-fixed"; 151 151 152 - regulator-name = "VCC3_SSD"; 152 + regulator-name = "VREG_NVME_3P3"; 153 153 regulator-min-microvolt = <3300000>; 154 154 regulator-max-microvolt = <3300000>; 155 155 ··· 163 163 vreg_misc_3p3: regulator-misc-3p3 { 164 164 compatible = "regulator-fixed"; 165 165 166 - regulator-name = "VCC3B"; 166 + regulator-name = "VREG_MISC_3P3"; 167 167 regulator-min-microvolt = <3300000>; 168 168 regulator-max-microvolt = <3300000>; 169 169 ··· 180 180 vreg_wlan: regulator-wlan { 181 181 compatible = "regulator-fixed"; 182 182 183 - regulator-name = "VCC_WLAN_3R9"; 183 + regulator-name = "VPH_PWR_WLAN"; 184 184 regulator-min-microvolt = <3900000>; 185 185 regulator-max-microvolt = <3900000>; 186 186 ··· 196 196 vreg_wwan: regulator-wwan { 197 197 compatible = "regulator-fixed"; 198 198 199 - regulator-name = "VCC3B_WAN"; 199 + regulator-name = "SDX_VPH_PWR"; 200 200 regulator-min-microvolt = <3300000>; 201 201 regulator-max-microvolt = <3300000>; 202 202