From mboxrd@z Thu Jan 1 00:00:00 1970 From: dianders@chromium.org (Douglas Anderson) Date: Mon, 18 Jun 2018 13:56:16 -0700 Subject: [PATCH 2/2] arm64: dts: sdm845: Add rpmh-clk node In-Reply-To: <20180618205616.102750-1-dianders@chromium.org> References: <20180618205616.102750-1-dianders@chromium.org> Message-ID: <20180618205616.102750-2-dianders@chromium.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This adds the rpmh-clk node to sdm845 based on the examples in the bindings. Signed-off-by: Douglas Anderson --- NOTE: to apply this patch cleanly, apply it atop: arm64: dts: qcom: sdm845: Add I2C, SPI, and UART9 nodes https://patchwork.kernel.org/patch/10462691/ arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 19b006293d3b..c61ae815a697 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -6,6 +6,7 @@ */ #include +#include #include #include @@ -1001,6 +1002,11 @@ , , ; + + rpmhcc: clock-controller { + compatible = "qcom,sdm845-rpmh-clk"; + #clock-cells = <1>; + }; }; intc: interrupt-controller at 17a00000 { -- 2.18.0.rc1.244.gcf134e6275-goog