Message ID | 20220927002004.685108-1-marex@denx.de (mailing list archive) |
---|---|
State | Accepted |
Commit | b3eec3e6670d4da653e742bae16e5a6ff3f03825 |
Headers | show |
Series | dt-bindings: sound: st, stm32-sai: Document audio OF graph port | expand |
Hi Marek, Thanks for your patch. You can add my: Reviewed-by: Olivier Moysan <olivier.moysan@foss.st.com> BRs On 9/27/22 02:20, Marek Vasut wrote: > It is expected that the SAI subnodes would contain audio OF graph port > with endpoint to link it with the other side of audio link. Document > the port: property. > > Signed-off-by: Marek Vasut <marex@denx.de> > --- > Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> > Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Cc: Liam Girdwood <lgirdwood@gmail.com> > Cc: Mark Brown <broonie@kernel.org> > Cc: Olivier Moysan <olivier.moysan@foss.st.com> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: devicetree@vger.kernel.org > Cc: alsa-devel@alsa-project.org > Cc: linux-stm32@st-md-mailman.stormreply.com > To: linux-arm-kernel@lists.infradead.org > --- > Documentation/devicetree/bindings/sound/st,stm32-sai.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml > index 1a3abc9495055..56d206f97a96c 100644 > --- a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml > +++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml > @@ -122,6 +122,10 @@ patternProperties: > description: Configure the SAI device as master clock provider. > const: 0 > > + port: > + $ref: audio-graph-port.yaml# > + unevaluatedProperties: false > + > required: > - compatible > - "#sound-dai-cells"
On Tue, Sep 27, 2022 at 02:20:04AM +0200, Marek Vasut wrote: > It is expected that the SAI subnodes would contain audio OF graph port > with endpoint to link it with the other side of audio link. Document > the port: property. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
On 9/27/22 12:37, Mark Brown wrote: > On Tue, Sep 27, 2022 at 02:20:04AM +0200, Marek Vasut wrote: >> It is expected that the SAI subnodes would contain audio OF graph port >> with endpoint to link it with the other side of audio link. Document >> the port: property. > > Please submit patches using subject lines reflecting the style for the > subsystem, this makes it easier for people to identify relevant patches. > Look at what existing commits in the area you're changing are doing and > make sure your subject lines visually resemble what they're doing. > There's no need to resubmit to fix this alone. Will do, and I updated the patch tags locally in case a V2 is needed anyway.
On Tue, 27 Sep 2022 02:20:04 +0200, Marek Vasut wrote: > It is expected that the SAI subnodes would contain audio OF graph port > with endpoint to link it with the other side of audio link. Document > the port: property. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] dt-bindings: sound: st,stm32-sai: Document audio OF graph port commit: b3eec3e6670d4da653e742bae16e5a6ff3f03825 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml index 1a3abc9495055..56d206f97a96c 100644 --- a/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml +++ b/Documentation/devicetree/bindings/sound/st,stm32-sai.yaml @@ -122,6 +122,10 @@ patternProperties: description: Configure the SAI device as master clock provider. const: 0 + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - "#sound-dai-cells"
It is expected that the SAI subnodes would contain audio OF graph port with endpoint to link it with the other side of audio link. Document the port: property. Signed-off-by: Marek Vasut <marex@denx.de> --- Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Cc: Liam Girdwood <lgirdwood@gmail.com> Cc: Mark Brown <broonie@kernel.org> Cc: Olivier Moysan <olivier.moysan@foss.st.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: devicetree@vger.kernel.org Cc: alsa-devel@alsa-project.org Cc: linux-stm32@st-md-mailman.stormreply.com To: linux-arm-kernel@lists.infradead.org --- Documentation/devicetree/bindings/sound/st,stm32-sai.yaml | 4 ++++ 1 file changed, 4 insertions(+)