Update audioreach based compatible string for sc7280 based ADSP enabled
platforms.
Signed-off-by: Srinivasa Rao Mandadapu <[email protected]>
---
Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml b/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
index 869b403..d3885e5 100644
--- a/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
+++ b/Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml
@@ -17,6 +17,7 @@ properties:
compatible:
enum:
- google,sc7280-herobrine
+ - google,sc7280-audioreach-herobrine
audio-routing:
$ref: /schemas/types.yaml#/definitions/non-unique-string-array
--
2.7.4
On Wed, Jun 22, 2022 at 03:43:18PM +0530, Srinivasa Rao Mandadapu wrote:
> Update audioreach based compatible string for sc7280 based ADSP enabled
> platforms.
> compatible:
> enum:
> - google,sc7280-herobrine
> + - google,sc7280-audioreach-herobrine
Isn't the DSP firmware selection a purely software one?
On 6/22/2022 6:16 PM, Mark Brown wrote:
Thanks for Your Time Mark Brown!!
> On Wed, Jun 22, 2022 at 03:43:18PM +0530, Srinivasa Rao Mandadapu wrote:
>> Update audioreach based compatible string for sc7280 based ADSP enabled
>> platforms.
>> compatible:
>> enum:
>> - google,sc7280-herobrine
>> + - google,sc7280-audioreach-herobrine
> Isn't the DSP firmware selection a purely software one?
Yes. It's purely software related. will discard this additional
compatible string, and re-spin the patch.