diff options
author | Tzung-Bi Shih <tzungbi@google.com> | 2020-12-01 14:26:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-02 14:35:26 +0100 |
commit | 6552c35de1915c8b423e4969ada1f1f8a53847e1 (patch) | |
tree | 7729aeef5b640e90d113fcf039ddbc09276cca78 /Documentation/devicetree/bindings/sound | |
parent | ASoC: mediatek: mt8192: move rt1015_rt5682 specific data (diff) | |
download | linux-6552c35de1915c8b423e4969ada1f1f8a53847e1.tar.xz linux-6552c35de1915c8b423e4969ada1f1f8a53847e1.zip |
ASoC: dt-bindings: mt8192-mt6359: fix typo in the example
Both driver "sound/soc/mediatek/mt8192/mt8192-mt6359-rt1015-rt5682.c"
and DT binding property use underscore version compatible string.
Fixes the typo in the example.
Signed-off-by: Tzung-Bi Shih <tzungbi@google.com>
Link: https://lore.kernel.org/r/20201201132614.1691352-5-tzungbi@google.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r-- | Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml index 342232a61cfb..b336a42bbb16 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-mt6359-rt1015-rt5682.yaml @@ -31,7 +31,7 @@ examples: - | sound: mt8192-sound { - compatible = "mediatek,mt8192-mt6359-rt1015-rt5682"; + compatible = "mediatek,mt8192_mt6359_rt1015_rt5682"; mediatek,platform = <&afe>; pinctrl-names = "aud_clk_mosi_off", "aud_clk_mosi_on"; |