mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
55 lines
2.0 KiB
Diff
55 lines
2.0 KiB
Diff
From 366d78e84d2a737d75d72b2fb201aacac3a86696 Mon Sep 17 00:00:00 2001
|
|
From: Devi Priya <quic_devipriy@quicinc.com>
|
|
Date: Thu, 15 Jun 2023 14:18:41 +0530
|
|
Subject: [PATCH 28/41] arm64: dts: qcom: ipq9574: Use assigned-clock-rates for
|
|
QUP I2C core clks
|
|
|
|
Use assigned-clock-rates property for configuring the QUP I2C core clocks
|
|
to operate at nominal frequency.
|
|
|
|
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
|
|
Link: https://lore.kernel.org/r/20230615084841.12375-1-quic_devipriy@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574.dtsi | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
|
|
@@ -358,6 +358,8 @@
|
|
clocks = <&gcc GCC_BLSP1_QUP2_I2C_APPS_CLK>,
|
|
<&gcc GCC_BLSP1_AHB_CLK>;
|
|
clock-names = "core", "iface";
|
|
+ assigned-clocks = <&gcc GCC_BLSP1_QUP2_I2C_APPS_CLK>;
|
|
+ assigned-clock-rates = <50000000>;
|
|
dmas = <&blsp_dma 14>, <&blsp_dma 15>;
|
|
dma-names = "tx", "rx";
|
|
status = "disabled";
|
|
@@ -386,6 +388,8 @@
|
|
clocks = <&gcc GCC_BLSP1_QUP3_I2C_APPS_CLK>,
|
|
<&gcc GCC_BLSP1_AHB_CLK>;
|
|
clock-names = "core", "iface";
|
|
+ assigned-clocks = <&gcc GCC_BLSP1_QUP3_I2C_APPS_CLK>;
|
|
+ assigned-clock-rates = <50000000>;
|
|
dmas = <&blsp_dma 16>, <&blsp_dma 17>;
|
|
dma-names = "tx", "rx";
|
|
status = "disabled";
|
|
@@ -414,6 +418,8 @@
|
|
clocks = <&gcc GCC_BLSP1_QUP4_I2C_APPS_CLK>,
|
|
<&gcc GCC_BLSP1_AHB_CLK>;
|
|
clock-names = "core", "iface";
|
|
+ assigned-clocks = <&gcc GCC_BLSP1_QUP4_I2C_APPS_CLK>;
|
|
+ assigned-clock-rates = <50000000>;
|
|
dmas = <&blsp_dma 18>, <&blsp_dma 19>;
|
|
dma-names = "tx", "rx";
|
|
status = "disabled";
|
|
@@ -443,6 +449,8 @@
|
|
clocks = <&gcc GCC_BLSP1_QUP5_I2C_APPS_CLK>,
|
|
<&gcc GCC_BLSP1_AHB_CLK>;
|
|
clock-names = "core", "iface";
|
|
+ assigned-clocks = <&gcc GCC_BLSP1_QUP5_I2C_APPS_CLK>;
|
|
+ assigned-clock-rates = <50000000>;
|
|
dmas = <&blsp_dma 20>, <&blsp_dma 21>;
|
|
dma-names = "tx", "rx";
|
|
status = "disabled";
|