diff options
| author | Krzysztof Kozlowski <[email protected]> | 2023-01-09 12:22:20 +0100 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-01-18 18:12:09 -0600 |
| commit | a496f7decf4f86bcb34c78041d8db9690cc93aae (patch) | |
| tree | b65501a473381ccc9bf63ee3817023d0a05925ad | |
| parent | 8a220a62ebe2ade6ee371aa4fcbdb344b32264ad (diff) | |
arm64: dts: qcom: sm8250: drop unused clock-frequency from wsa-macro
Neither qcom,sm8250-lpass-wsa-macro bindings nor the driver use
"clock-frequency" property.
sm8250-hdk.dtb: codec@3240000: Unevaluated properties are not allowed ('clock-frequency' was unexpected)
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sm8250.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 268dae0f470a..0e0e95f8beef 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2234,7 +2234,6 @@ clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen"; #clock-cells = <0>; - clock-frequency = <9600000>; clock-output-names = "mclk"; #sound-dai-cells = <1>; |