From mboxrd@z Thu Jan 1 00:00:00 1970 From: Archit Taneja Subject: [PATCH v2 3/4] arm64: dts: apq8016-sbc: Add some missing regulator supplies for ADV7533 Date: Fri, 23 Sep 2016 14:50:29 +0530 Message-ID: <1474622430-6704-4-git-send-email-architt@codeaurora.org> References: <1472640730-24326-1-git-send-email-architt@codeaurora.org> <1474622430-6704-1-git-send-email-architt@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:56193 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932127AbcIWJUu (ORCPT ); Fri, 23 Sep 2016 05:20:50 -0400 In-Reply-To: <1474622430-6704-1-git-send-email-architt@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: andy.gross@linaro.org, laurent.pinchart@ideasonboard.com Cc: linux-arm-msm@vger.kernel.org, robh@kernel.org, Archit Taneja 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 --- 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