summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbindings/clock/xlnx,versal-clk.yaml2
-rwxr-xr-xqcom/msm-arm-smmu-monaco.dtsi6
2 files changed, 4 insertions, 4 deletions
diff --git a/bindings/clock/xlnx,versal-clk.yaml b/bindings/clock/xlnx,versal-clk.yaml
index 229af98b..7cd88bc3 100755
--- a/bindings/clock/xlnx,versal-clk.yaml
+++ b/bindings/clock/xlnx,versal-clk.yaml
@@ -16,8 +16,6 @@ description: |
reads required input clock frequencies from the devicetree and acts as clock
provider for all clock consumers of PS clocks.
-select: false
-
properties:
compatible:
const: xlnx,versal-clk
diff --git a/qcom/msm-arm-smmu-monaco.dtsi b/qcom/msm-arm-smmu-monaco.dtsi
index ff853465..829a3cbc 100755
--- a/qcom/msm-arm-smmu-monaco.dtsi
+++ b/qcom/msm-arm-smmu-monaco.dtsi
@@ -18,10 +18,12 @@
vdd-supply = <&gpu_cx_gdsc>;
clocks = <&gcc GCC_GPU_MEMNOC_GFX_CLK>,
<&gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
- <&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>;
+ <&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>,
+ <&rpmcc RPM_SMD_XO_CLK_SRC>;
clock-names = "gcc_gpu_memnoc_gfx",
"gcc_gpu_snoc_dvm_gfx",
- "gpu_cc_hlos1_vote_gpu_smmu_clk";
+ "gpu_cc_hlos1_vote_gpu_smmu_clk",
+ "xo";
#size-cells = <1>;
#address-cells = <1>;
ranges;