Message ID | 20241105135942.526624-1-olivier.moysan@foss.st.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 98d34ddd43de0b040bd3ff74b511be7074b0b310 |
Headers | show |
Series | ASoC: dt-bindings: stm32: add missing port property | expand |
On Tue, 05 Nov 2024 14:59:41 +0100, Olivier Moysan wrote: > Add missing port property in STM32 SPDIFRX binding. > This will prevent potential warning: > Unevaluated properties are not allowed ('port' was unexpected) > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: stm32: add missing port property commit: 98d34ddd43de0b040bd3ff74b511be7074b0b310 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-spdifrx.yaml b/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml index 3dedc81ec12f..56c5738ea4c5 100644 --- a/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml +++ b/Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml @@ -50,6 +50,10 @@ properties: resets: maxItems: 1 + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + access-controllers: minItems: 1 maxItems: 2
Add missing port property in STM32 SPDIFRX binding. This will prevent potential warning: Unevaluated properties are not allowed ('port' was unexpected) Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com> --- Documentation/devicetree/bindings/sound/st,stm32-spdifrx.yaml | 4 ++++ 1 file changed, 4 insertions(+)