On Fri, 13 Jan 2023 17:22:14 +0100, Krzysztof Kozlowski wrote: > The WCD9340 audio codec appears on Slimbus twice: as IFD device without > properties and the actual audio-codec referencing the former via > wcd9340_ifd. Allow in the binding both versions to fix several warnings > like: > > sdm850-samsung-w737.dtb: ifd@0,0: 'reset-gpios' is a required property > sdm850-samsung-w737.dtb: ifd@0,0: 'slim-ifc-dev' is a required property > sdm850-samsung-w737.dtb: ifd@0,0: 'interrupt-controller' is a required property > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > oneOf: interrupts-extended|interrupts is needed to avoid dtschema > limitation. > --- > .../bindings/sound/qcom,wcd934x.yaml | 58 ++++++++++++++----- > 1 file changed, 43 insertions(+), 15 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>