diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-03-18 16:35:12 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-03-19 01:59:33 +0100 |
commit | 3b84574d95c020f01410ff2ca0a38dd8fd7b644b (patch) | |
tree | a3867ed1ffea1054fbaf2565d7ca90cc8aa7ee31 /Documentation | |
parent | ASoC: samsung: Add HDMI audio support for Snow (diff) | |
download | linux-3b84574d95c020f01410ff2ca0a38dd8fd7b644b.tar.xz linux-3b84574d95c020f01410ff2ca0a38dd8fd7b644b.zip |
ASoC: samsung: Mark unused Odroid compatibles as deprecated
Compatible for XU4 audio is not being used. Instead the board uses the
same compatible as XU3. The devices are now just compatible so they
should use the same value. Mark "hardkernel,odroid-xu4-audio" as being
deprecated so in this future could be removed to limit useless
properties.
Additionally add older compatibles appearing in the bindings.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/samsung,odroid.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/samsung,odroid.txt b/Documentation/devicetree/bindings/sound/samsung,odroid.txt index f35a2694eb04..e9da2200e173 100644 --- a/Documentation/devicetree/bindings/sound/samsung,odroid.txt +++ b/Documentation/devicetree/bindings/sound/samsung,odroid.txt @@ -3,7 +3,9 @@ Samsung Exynos Odroid XU3/XU4 audio complex with MAX98090 codec Required properties: - compatible - "hardkernel,odroid-xu3-audio" - for Odroid XU3 board, - "hardkernel,odroid-xu4-audio" - for Odroid XU4 board + "hardkernel,odroid-xu4-audio" - for Odroid XU4 board (deprecated), + "samsung,odroid-xu3-audio" - for Odroid XU3 board (deprecated), + "samsung,odroid-xu4-audio" - for Odroid XU4 board (deprecated) - model - the user-visible name of this sound complex - clocks - should contain entries matching clock names in the clock-names property |