Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: dt-bindings: everest,es8328: Mark ES8388 compatible with ES8328

Based on Linux driver, the ES8388 looks fully compatible with ES8328.
One upstream DTS (ARM rk3288-rock2-square.dts) already uses ES8328
fallback, so mark the devices as compatible in the binding.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250304103808.75236-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Mark Brown
1d251a7a 79c080c7

+7 -3
+7 -3
Documentation/devicetree/bindings/sound/everest,es8328.yaml
··· 24 24 25 25 properties: 26 26 compatible: 27 - enum: 28 - - everest,es8328 29 - - everest,es8388 27 + oneOf: 28 + - enum: 29 + - everest,es8328 30 + - items: 31 + - enum: 32 + - everest,es8388 33 + - const: everest,es8328 30 34 31 35 reg: 32 36 maxItems: 1