Commit dfc491e5 authored by Stephan Gerhold's avatar Stephan Gerhold Committed by Mark Brown

ASoC: dt-bindings: pm8916-analog-codec: Drop pointless reg-names

pm8916-wcd-analog-codec has just a single reg region, so having a name
for it provides no additional value.

Drop it completely from the schema and example. There is not really any
point in keeping it (even as deprecated) because it was never used. In
old DTBs it will just be ignored as before.
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230718-pm8916-mclk-v1-2-4b4a58b4240a@gerhold.netSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 944b5c71
...@@ -19,10 +19,6 @@ properties: ...@@ -19,10 +19,6 @@ properties:
reg: reg:
maxItems: 1 maxItems: 1
reg-names:
items:
- const: pmic-codec-core
clocks: clocks:
maxItems: 1 maxItems: 1
...@@ -126,7 +122,6 @@ examples: ...@@ -126,7 +122,6 @@ examples:
audio-codec@f000 { audio-codec@f000 {
compatible = "qcom,pm8916-wcd-analog-codec"; compatible = "qcom,pm8916-wcd-analog-codec";
reg = <0xf000>; reg = <0xf000>;
reg-names = "pmic-codec-core";
clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>; clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>;
clock-names = "mclk"; clock-names = "mclk";
qcom,mbhc-vthreshold-low = <75 150 237 450 500>; qcom,mbhc-vthreshold-low = <75 150 237 450 500>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment