From patchwork Wed Dec 5 08:00:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Taniya Das X-Patchwork-Id: 10713153 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D9A8913BF for ; Wed, 5 Dec 2018 08:01:02 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CBB6C2CB2F for ; Wed, 5 Dec 2018 08:01:02 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BEF132CBD8; Wed, 5 Dec 2018 08:01:02 +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=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI 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 AE3E22CB2F for ; Wed, 5 Dec 2018 08:01:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727388AbeLEIAu (ORCPT ); Wed, 5 Dec 2018 03:00:50 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:57086 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726861AbeLEIAt (ORCPT ); Wed, 5 Dec 2018 03:00:49 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id CBE1260807; Wed, 5 Dec 2018 08:00:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1543996848; bh=XT52SUCwJRGJOC4CKtk5wUnyokF2VBjf+ixSvVftmg8=; h=From:To:Cc:Subject:Date:From; b=Cvz2/HHCYkFAq2vhbvyF9SBvHzQJh+luITszuUrabOq+kxT822wlAAR0rh+DFPEyx b+fsDCQdaIsexYFxBgni6QqeTHEqlyXKsdeFixW7BzfPfkC/HFe4dOscjYiVR/YOSJ q78sZJ72TfKOViPbIZyfuGU/4QGLbqwEEiJxGI8k= Received: from tdas-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: tdas@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 6CDB6606DD; Wed, 5 Dec 2018 08:00:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1543996847; bh=XT52SUCwJRGJOC4CKtk5wUnyokF2VBjf+ixSvVftmg8=; h=From:To:Cc:Subject:Date:From; b=cxruB4R6h4ytZZzuhCMxdvvmOS/QcGDL9fYUVEJWUOZ8Frm8oVq0IJhUxMY7YCRaM aSGXLu//ugzYop5U4QWjAccdx9bwYfY9+SXsRB5SeFFZcEMZonEuDtT2+UeYIqPX+H +BnvKaKKP/pPaTqoy7YbaFSq52rUkJ83tnsxPPlg= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6CDB6606DD Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=tdas@codeaurora.org From: Taniya Das To: Andy Gross Cc: linux-arm-msm@vger.kernel.org, Stephen Boyd , Douglas Anderson , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , david.brown@linaro.org, Mark Rutland , linux-soc@vger.kernel.org, Taniya Das Subject: [PATCH] arm64: dts: sdm845: Add lpasscc node Date: Wed, 5 Dec 2018 13:30:36 +0530 Message-Id: <1543996836-16717-1-git-send-email-tdas@codeaurora.org> X-Mailer: git-send-email 1.9.1 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 adds the low pass audio clock controller node to sdm845 based on the example in the bindings. Signed-off-by: Taniya Das Reviewed-by: Douglas Anderson --- arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 4 +++- arch/arm64/boot/dts/qcom/sdm845.dtsi | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) -- Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member of the Code Aurora Forum, hosted by the Linux Foundation. diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts index b3def03..cf73f3c 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts @@ -346,7 +346,9 @@ &gcc { protected-clocks = , , - ; + , + , + ; }; &i2c10 { diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 1419b00..a3db089 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -7,6 +7,7 @@ #include #include +#include #include #include #include @@ -1264,6 +1265,13 @@ #power-domain-cells = <1>; }; + lpasscc: clock-controller@17014000 { + compatible = "qcom,sdm845-lpasscc"; + reg = <0x17014000 0x1f004>, <0x17300000 0x200>; + reg-names = "cc", "qdsp6ss"; + #clock-cells = <1>; + }; + tsens0: thermal-sensor@c263000 { compatible = "qcom,sdm845-tsens", "qcom,tsens-v2"; reg = <0xc263000 0x1ff>, /* TM */