The DT bindings were updated for ADV7533 to make sure different 1.8V pins(AVDD, DVDD, PVDD, A2VDD) on the chip have different regulator supply entries. This was done to make sure things don't break for platforms which source these pins from different 1.8V supplies. Update the DT node according to new bindings. There isn't any change in behavior between the current and new DTs since all these supplies are fed by the same LDO. Signed-off-by: Archit Taneja <architt@xxxxxxxxxxxxxx> --- arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index bb062b5..87c5f08 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -78,6 +78,9 @@ pd-gpios = <&msmgpio 32 0>; avdd-supply = <&pm8916_l6>; + dvdd-supply = <&pm8916_l6>; + pvdd-supply = <&pm8916_l6>; + a2vdd-supply = <&pm8916_l6>; v1p2-supply = <&pm8916_l6>; v3p3-supply = <&pm8916_l17>; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html