From patchwork Wed Aug 16 04:28:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 9902885 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 45B2460231 for ; Wed, 16 Aug 2017 04:28:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D1C228967 for ; Wed, 16 Aug 2017 04:28:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 116C72897B; Wed, 16 Aug 2017 04:28:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 95EFA28967 for ; Wed, 16 Aug 2017 04:28:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751138AbdHPE2j (ORCPT ); Wed, 16 Aug 2017 00:28:39 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:37081 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbdHPE2i (ORCPT ); Wed, 16 Aug 2017 00:28:38 -0400 Received: by mail-pg0-f47.google.com with SMTP id y129so17672605pgy.4 for ; Tue, 15 Aug 2017 21:28:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=onyoc2edLxQhV0Hf5hppYXVBZdWXUn0tw8uleF3brhY=; b=jRDuO33bXcdgZHA9grKqx2+W2/9mrGJxCI255/OtwnVgYfv6p/Jw0C7tA0OZf0qS9g nDA64hHLZ7euaEnyKOkX/n5J8DxNGeN9bp37Te5Exu5emddC7IQt4RwWnqXTxA/2v1ts Qg6zR95Np0LQvjGWSqLxD8imGavxYq7xPQ/IU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=onyoc2edLxQhV0Hf5hppYXVBZdWXUn0tw8uleF3brhY=; b=M1p394ZT0zGqp/cJS0CzzjF2jk2dn1DKGwh+LzK2PovIDPFitAB/JZZy3yoDbFHjmW Vg25iTyAHdBgrfJUiw7/gU3flosthAjrxmut+tCJOdvZ5vUk35TTZry2UaHBBIm3O14i 8RdbWphIMCGK6EXcYKSRiPV/IZ6RgtCqZSZvTzu11/+q+VvHg6msEOXvY+VLHC5YPb/8 oSjWu5/rISkhGh7FC4m+weMOnres/Gp+QV3fKzDNAOPGJJw38vAyqk2ryMplstn+6tfm cd2QlKXv/+smJyGDfe4rJ//YLQw30YxAaF/Qe13gstJ0mIaUfysqzBAMlyoBT9ykSJFX ToOQ== X-Gm-Message-State: AHYfb5hm7dmFvLtR/eUSqQuQsYPStXo31yTT83tIs0oQqY0Mc+03woor 1poRlElrAJhRvIzWuJgKYQ== X-Received: by 10.84.241.142 with SMTP id b14mr484841pll.270.1502857717547; Tue, 15 Aug 2017 21:28:37 -0700 (PDT) Received: from localhost ([2602:302:d1fb:2190:2571:9ed7:cb95:bb68]) by smtp.gmail.com with ESMTPSA id j9sm21328565pfk.30.2017.08.15.21.28.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Aug 2017 21:28:36 -0700 (PDT) From: Andy Gross To: linux-arm-msm@vger.kernel.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Andy Gross Subject: [PATCH] ARM: dts: qcom-apq8064: Fix dsi and hdmi phy cells Date: Tue, 15 Aug 2017 23:28:26 -0500 Message-Id: <1502857706-18379-1-git-send-email-andy.gross@linaro.org> X-Mailer: git-send-email 2.7.4 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch adds the necessary #phy-cells property to the DSI and HDMI phys. Signed-off-by: Andy Gross Reviewed-by: Archit Taneja --- arch/arm/boot/dts/qcom-apq8064.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index f3db185..d08f3db 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi @@ -906,11 +906,11 @@ usb_hs1_phy: phy { compatible = "qcom,usb-hs-phy-apq8064", "qcom,usb-hs-phy"; - #phy-cells = <0>; clocks = <&sleep_clk>, <&cxo_board>; clock-names = "sleep", "ref"; resets = <&usb1 0>; reset-names = "por"; + #phy-cells = <0>; }; }; }; @@ -1263,6 +1263,7 @@ dsi0_phy: dsi-phy@4700200 { compatible = "qcom,dsi-phy-28nm-8960"; #clock-cells = <1>; + #phy-cells = <0>; reg = <0x04700200 0x100>, <0x04700300 0x200>, @@ -1417,6 +1418,7 @@ clocks = <&mmcc HDMI_S_AHB_CLK>; clock-names = "slave_iface_clk"; + #phy-cells = <0>; }; mdp: mdp@5100000 {