diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-03-08 19:33:16 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-21 20:40:03 -0700 |
commit | f0d0966f87f9c38b74619bf7f0345f368af3a4c1 (patch) | |
tree | 93b65da732d1a967f0cf8d23ab695ee1ac119739 | |
parent | 7c2c4c9decf6f4604fe15a1db2da7c1250b3e9e5 (diff) |
arm64: dts: qcom: sm8450-hdk: use precise WCD9385 compatible
The HDK8450 uses WCD9385 audio codec, so use precise compatible, even
though WCD9380 and WCD9385 are both compatible.
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/sm8450-hdk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts index a2ae37e4ac68..c97e775e00b3 100644 --- a/arch/arm64/boot/dts/qcom/sm8450-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8450-hdk.dts @@ -25,7 +25,7 @@ }; wcd938x: audio-codec { - compatible = "qcom,wcd9380-codec"; + compatible = "qcom,wcd9385-codec"; pinctrl-names = "default"; pinctrl-0 = <&wcd_default>; |