Commit 625c2446 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sdm845: fix microphone bias properties and values



replace millivolt with correct microvolt and adjust value to
the minimal value allowed by documentation.

Found with `make qcom/sdm845-oneplus-fajita.dtb`.

Fixes:
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: codec@1: 'qcom,micbias1-microvolt' is a required property
        From schema: Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: codec@1: 'qcom,micbias2-microvolt' is a required property
        From schema: Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: codec@1: 'qcom,micbias3-microvolt' is a required property
        From schema: Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: codec@1: 'qcom,micbias4-microvolt' is a required property
        From schema: Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dt.yaml: codec@1: 'qcom,micbias1-millivolt', 'qcom,micbias2-millivolt', 'qcom,micbias3-millivolt', 'qcom,micbias4-millivolt' do not match any of the regexes: '^.*@[0-9a-f]+$', 'pinctrl-[0-9]+'

Fixes: 27ca1de0 ("arm64: dts: qcom: sdm845: add slimbus nodes")

Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Tested-by: default avatarSteev Klimaszewski <steev@kali.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211213195105.114596-1-david@ixit.cz
parent 6bf3c189
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3613,10 +3613,10 @@
					#clock-cells = <0>;
					clock-frequency = <9600000>;
					clock-output-names = "mclk";
					qcom,micbias1-millivolt = <1800>;
					qcom,micbias2-millivolt = <1800>;
					qcom,micbias3-millivolt = <1800>;
					qcom,micbias4-millivolt = <1800>;
					qcom,micbias1-microvolt = <1800000>;
					qcom,micbias2-microvolt = <1800000>;
					qcom,micbias3-microvolt = <1800000>;
					qcom,micbias4-microvolt = <1800000>;

					#address-cells = <1>;
					#size-cells = <1>;