diff mbox series

arm64: dts: msm8916: Add missing #phy-cells

Message ID 20171108034501.2994-1-bjorn.andersson@linaro.org
State Accepted
Commit b0ab681285aa66064f2de5b74191c0cabba381ff
Headers show
Series arm64: dts: msm8916: Add missing #phy-cells | expand

Commit Message

Bjorn Andersson Nov. 8, 2017, 3:45 a.m. UTC
Add a missing #phy-cells to the dsi-phy, to silence dtc warning.

Cc: Archit Taneja <architt@codeaurora.org>
Fixes: 305410ffd1b2 ("arm64: dts: msm8916: Add display support")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

---
 arch/arm64/boot/dts/qcom/msm8916.dtsi | 1 +
 1 file changed, 1 insertion(+)

-- 
2.15.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Archit Taneja Nov. 8, 2017, 7:44 a.m. UTC | #1
On 11/08/2017 09:15 AM, Bjorn Andersson wrote:
> Add a missing #phy-cells to the dsi-phy, to silence dtc warning.

> 


Reviewed-by: Archit Taneja <architt@codeaurora.org>


Thanks,
Archit

> Cc: Archit Taneja <architt@codeaurora.org>

> Fixes: 305410ffd1b2 ("arm64: dts: msm8916: Add display support")

> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> ---

>   arch/arm64/boot/dts/qcom/msm8916.dtsi | 1 +

>   1 file changed, 1 insertion(+)

> 

> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi

> index 6b2127a6ced1..09ac5c43807e 100644

> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi

> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi

> @@ -906,6 +906,7 @@

>   					    "dsi_phy_regulator";

>   

>   				#clock-cells = <1>;

> +				#phy-cells = <0>;

>   

>   				clocks = <&gcc GCC_MDSS_AHB_CLK>;

>   				clock-names = "iface_clk";

> 


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 6b2127a6ced1..09ac5c43807e 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -906,6 +906,7 @@ 
 					    "dsi_phy_regulator";
 
 				#clock-cells = <1>;
+				#phy-cells = <0>;
 
 				clocks = <&gcc GCC_MDSS_AHB_CLK>;
 				clock-names = "iface_clk";