.../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)
Add microchip,sam9x7-ssc to DT bindings documentation.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
---
This patch is a rework (adapting to the newly converted yaml file) of the
leftout patch sent [1] as a part of the series adding support for sam9x7 SoC
and sam9x75 curiosity board.
[1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/
---
.../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
index a05e61431824..ce99c2d8c35d 100644
--- a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
+++ b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml
@@ -16,9 +16,14 @@ description:
properties:
compatible:
- enum:
- - atmel,at91rm9200-ssc
- - atmel,at91sam9g45-ssc
+ oneOf:
+ - enum:
+ - atmel,at91rm9200-ssc
+ - atmel,at91sam9g45-ssc
+ - items:
+ - enum:
+ - microchip,sam9x7-ssc
+ - const: atmel,at91sam9g45-ssc
reg:
maxItems: 1
--
2.45.2
On Tue, 10 Jun 2025 12:20:05 +0530, Varshini Rajendran wrote: > Add microchip,sam9x7-ssc to DT bindings documentation. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc commit: da98e8b97058c73b5c58e9976af2e7286f1c799b 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
Hi, Gentle reminder to merge this patch. On 10/06/25 12:20 pm, Varshini Rajendran wrote: > Add microchip,sam9x7-ssc to DT bindings documentation. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- > > This patch is a rework (adapting to the newly converted yaml file) of the > leftout patch sent [1] as a part of the series adding support for sam9x7 SoC > and sam9x75 curiosity board. > > [1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/ > > --- > .../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml > index a05e61431824..ce99c2d8c35d 100644 > --- a/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml > +++ b/Documentation/devicetree/bindings/sound/atmel,at91-ssc.yaml > @@ -16,9 +16,14 @@ description: > > properties: > compatible: > - enum: > - - atmel,at91rm9200-ssc > - - atmel,at91sam9g45-ssc > + oneOf: > + - enum: > + - atmel,at91rm9200-ssc > + - atmel,at91sam9g45-ssc > + - items: > + - enum: > + - microchip,sam9x7-ssc > + - const: atmel,at91sam9g45-ssc > > reg: > maxItems: 1 -- Thanks, Varshini Rajendran.
On Mon, Jul 21, 2025 at 05:26:22AM +0000, Varshini.Rajendran@microchip.com wrote: > Hi, > > Gentle reminder to merge this patch. Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so on so unless there is some reason for urgency (like critical bug fixes) please allow at least a couple of weeks for review. If there have been review comments then people may be waiting for those to be addressed. Sending content free pings adds to the mail volume (if they are seen at all) which is often the problem and since they can't be reviewed directly if something has gone wrong you'll have to resend the patches anyway, so sending again is generally a better approach though there are some other maintainers who like them - if in doubt look at how patches for the subsystem are normally handled.
On Tue, 10 Jun 2025 12:20:05 +0530, Varshini Rajendran wrote: > Add microchip,sam9x7-ssc to DT bindings documentation. > > Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com> > --- > > This patch is a rework (adapting to the newly converted yaml file) of the > leftout patch sent [1] as a part of the series adding support for sam9x7 SoC > and sam9x75 curiosity board. > > [1] https://lore.kernel.org/lkml/20241010120345.92844-1-varshini.rajendran@microchip.com/ > > --- > .../devicetree/bindings/sound/atmel,at91-ssc.yaml | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
© 2016 - 2025 Red Hat, Inc.