mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
arm64: dts: qcom: sc8180x-pmics: align LPG node name with dtschema
Bindings expect the LPG node name to be "pwm":
sc8180x-lenovo-flex-5g.dtb: pmic@5: 'lpg' does not match any of the regexes:
Fixes: d3302290f5 ("arm64: dts: qcom: sc8180x: Add pmics")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230720083500.73554-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
bf520227bd
commit
4af302a7e2
@@ -315,7 +315,7 @@ pmic@5 {
|
||||
compatible = "qcom,pmc8180c", "qcom,spmi-pmic";
|
||||
reg = <0x5 SPMI_USID>;
|
||||
|
||||
pmc8180c_lpg: lpg {
|
||||
pmc8180c_lpg: pwm {
|
||||
compatible = "qcom,pmc8180c-lpg";
|
||||
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user