lkml.org 
[lkml]   [2022]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.16 0316/1017] arm64: dts: qcom: sdm845: fix microphone bias properties and values
    Date
    From: David Heidelberg <david@ixit.cz>

    [ Upstream commit 625c24460dbbc3b6c9a148c0a30f0830893fc909 ]

    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: 27ca1de07dc3 ("arm64: dts: qcom: sdm845: add slimbus nodes")

    Signed-off-by: David Heidelberg <david@ixit.cz>
    Tested-by: Steev Klimaszewski <steev@kali.org>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
    Link: https://lore.kernel.org/r/20211213195105.114596-1-david@ixit.cz
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/qcom/sdm845.dtsi | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
    index 526087586ba4..0dda3a378158 100644
    --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
    +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
    @@ -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>;
    --
    2.34.1


    \
     
     \ /
      Last update: 2022-04-05 14:54    [W:4.053 / U:0.564 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site