@@ -22,10 +25,7 @@ properties:description:>power supply for the device-sound-name-prefix:-$ref:/schemas/types.yaml#/definitions/string-description:>-See ./name-prefix.txt+sound-name-prefix:passrequired:-compatible
From: Alexander Stein <hidden> Date: 2021-12-18 14:25:12
This is used in meson-gxl and meson-g12-common .dtsi. Add the property to
the binding.
This fixes the dtschema warning:
audio-controller@32000: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'
Signed-off-by: Alexander Stein <redacted>
---
All users have set this to "ACODEC", but I am not sure if this value is
mandatory, so I opted to not set a pattern for this property.
Documentation/devicetree/bindings/sound/amlogic,t9015.yaml | 5 +++++
1 file changed, 5 insertions(+)
From: Alexander Stein <hidden> Date: 2021-12-18 14:25:13
This is used in meson-sm1 and meson-g12 .dtsi. Add the property to
the binding.
This fixes the dtschema warning:
audio-controller@740: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'
Signed-off-by: Alexander Stein <redacted>
---
All users have set this to "TOACODEC", but I am not sure if this value is
mandatory, so I opted to not set a pattern for this property.
.../devicetree/bindings/sound/amlogic,g12a-toacodec.yaml | 5 +++++
1 file changed, 5 insertions(+)