From: Krzysztof Kozlowski Date: Tue, 4 Mar 2025 10:38:08 +0000 (+0100) Subject: ASoC: dt-bindings: everest,es8328: Require reg property X-Git-Tag: v6.15-rc1~173^2~4^2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8243a49145e59f19032b86b20d8906f05e31bdcc;p=thirdparty%2Fkernel%2Flinux.git ASoC: dt-bindings: everest,es8328: Require reg property ES8328 and ES8388 codecs are I2C or SPI devices, thus they are addressable on their bus and 'reg' property should be always provided. Requiring 'reg' is pretty close to redundant, because the I2C and SPI controller/bus bindings require it already, but the convention is to mention 'reg' also in the device schemas. Signed-off-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20250304103808.75236-2-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/everest,es8328.yaml b/Documentation/devicetree/bindings/sound/everest,es8328.yaml index 309c4d01db76e..ddddd7b143ab3 100644 --- a/Documentation/devicetree/bindings/sound/everest,es8328.yaml +++ b/Documentation/devicetree/bindings/sound/everest,es8328.yaml @@ -60,6 +60,7 @@ properties: required: - compatible + - reg - clocks - DVDD-supply - AVDD-supply