All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Ryan.Wanner@microchip.com
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
	conor+dt@kernel.org, alexandre.belloni@bootlin.com,
	linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
	lee@kernel.org, sre@kernel.org, p.zabel@pengutronix.de,
	claudiu.beznea@tuxon.dev, linux@armlinux.org.uk,
	krzk+dt@kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 08/16] dt-bindings: at91rm9260-rtt: add microchip,sama7d65-rtt
Date: Thu, 30 Jan 2025 17:51:08 -0600	[thread overview]
Message-ID: <20250130235108.GA1889615-robh@kernel.org> (raw)
In-Reply-To: <f5642fad5d7a97772ae22c76840c5c51ee79ec0f.1738257860.git.Ryan.Wanner@microchip.com>

On Thu, Jan 30, 2025 at 10:33:48AM -0700, Ryan.Wanner@microchip.com wrote:
> From: Ryan Wanner <Ryan.Wanner@microchip.com>
> 
> Add SAMA7D65 RTT compatible to DT bindings documentation.
> 
> Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
> ---
>  .../devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml       | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> index a7f6c1d1a08ab..078b753f453b4 100644
> --- a/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> +++ b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> @@ -23,6 +23,11 @@ properties:
>                - microchip,sam9x60-rtt
>                - microchip,sam9x7-rtt
>            - const: atmel,at91sam9260-rtt
> +      - items:
> +          - enum:
> +              - microchip,sama7d65-rtt
> +          - const: microchip,sama7g5-rtt
> +          - const: atmel,at91sam9260-rtt

Does being compatible with 7g5 provide something over 9260? If not, 
probably better to just have 9260 as the only fallback.

>        - items:
>            - const: microchip,sama7g5-rtt
>            - const: microchip,sam9x60-rtt
> -- 
> 2.43.0
> 


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Ryan.Wanner@microchip.com
Cc: lee@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	claudiu.beznea@tuxon.dev, sre@kernel.org,
	nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com,
	p.zabel@pengutronix.de, linux@armlinux.org.uk,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-rtc@vger.kernel.org
Subject: Re: [PATCH 08/16] dt-bindings: at91rm9260-rtt: add microchip,sama7d65-rtt
Date: Thu, 30 Jan 2025 17:51:08 -0600	[thread overview]
Message-ID: <20250130235108.GA1889615-robh@kernel.org> (raw)
In-Reply-To: <f5642fad5d7a97772ae22c76840c5c51ee79ec0f.1738257860.git.Ryan.Wanner@microchip.com>

On Thu, Jan 30, 2025 at 10:33:48AM -0700, Ryan.Wanner@microchip.com wrote:
> From: Ryan Wanner <Ryan.Wanner@microchip.com>
> 
> Add SAMA7D65 RTT compatible to DT bindings documentation.
> 
> Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
> ---
>  .../devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml       | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> index a7f6c1d1a08ab..078b753f453b4 100644
> --- a/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> +++ b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> @@ -23,6 +23,11 @@ properties:
>                - microchip,sam9x60-rtt
>                - microchip,sam9x7-rtt
>            - const: atmel,at91sam9260-rtt
> +      - items:
> +          - enum:
> +              - microchip,sama7d65-rtt
> +          - const: microchip,sama7g5-rtt
> +          - const: atmel,at91sam9260-rtt

Does being compatible with 7g5 provide something over 9260? If not, 
probably better to just have 9260 as the only fallback.

>        - items:
>            - const: microchip,sama7g5-rtt
>            - const: microchip,sam9x60-rtt
> -- 
> 2.43.0
> 

  reply	other threads:[~2025-01-30 23:52 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-30 17:33 [PATCH 00/16] Enable Power Modes Support for SAMA7D65 SoC Ryan.Wanner
2025-01-30 17:33 ` [PATCH 01/16] dt-bindings: mfd: syscon: add microchip,sama7d65-ddr3phy Ryan.Wanner
2025-01-30 23:31   ` Rob Herring (Arm)
2025-01-30 23:31     ` Rob Herring (Arm)
2025-01-30 23:33   ` Rob Herring
2025-01-30 23:33     ` Rob Herring
2025-01-30 17:33 ` [PATCH 02/16] dt-bindings: mfd: syscon: add microchip,sama7d65-sfrbu Ryan.Wanner
2025-01-30 23:34   ` Rob Herring
2025-01-30 23:34     ` Rob Herring
2025-01-30 17:33 ` [PATCH 03/16] dt-bindings: sram: Add microchip,sama7d65-sram Ryan.Wanner
2025-01-30 23:34   ` Rob Herring (Arm)
2025-01-30 23:34     ` Rob Herring (Arm)
2025-01-30 17:33 ` [PATCH 04/16] dt-bindings: power: reset: atmel,sama5d2-shdwc: Add microchip,sama7d65-shdwc Ryan.Wanner
2025-01-30 23:35   ` Rob Herring (Arm)
2025-01-30 23:35     ` Rob Herring (Arm)
2025-01-30 17:33 ` [PATCH 05/16] dt-bindings: reset: atmel,at91sam9260-reset: add microchip,sama7d65-rstc Ryan.Wanner
2025-01-30 23:41   ` Rob Herring
2025-01-30 23:41     ` Rob Herring
2025-01-30 17:33 ` [PATCH 06/16] dt-bindings: rtc: at91rm9200: Reorganize compatible items Ryan.Wanner
2025-01-30 23:43   ` Rob Herring
2025-01-30 23:43     ` Rob Herring
2025-01-30 17:33 ` [PATCH 07/16] dt-bindings: rtc: at91rm9200: add microchip,sama7d65-rtc Ryan.Wanner
2025-01-30 17:33 ` [PATCH 08/16] dt-bindings: at91rm9260-rtt: add microchip,sama7d65-rtt Ryan.Wanner
2025-01-30 23:51   ` Rob Herring [this message]
2025-01-30 23:51     ` Rob Herring
2025-01-30 17:33 ` [PATCH 09/16] ARM: at91: Add PM support to sama7d65 Ryan.Wanner
2025-01-30 17:33 ` [PATCH 10/16] ARM: at91: pm: fix at91_suspend_finish for ZQ calibration Ryan.Wanner
2025-01-30 17:33 ` [PATCH 11/16] ARM: at91: pm: add DT compatible support for sama7d65 Ryan.Wanner
2025-01-30 17:33 ` [PATCH 12/16] ARM: at91: PM: Add Backup mode for SAMA7D65 Ryan.Wanner
2025-01-30 17:33 ` [PATCH 13/16] ARM: at91: pm: Enable ULP0 " Ryan.Wanner
2025-01-30 17:33 ` [PATCH 14/16] power: reset: at91-sama5d2_shdwc: Add sama7d65 PMC Ryan.Wanner
2025-01-30 17:33 ` [PATCH 15/16] ARM: dts: microchip: sama7d65: Add Reset and Shutdown and PM support Ryan.Wanner
2025-01-30 17:33 ` [PATCH 16/16] ARM: dts: microchip: add shutdown controller and rtt timer Ryan.Wanner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250130235108.GA1889615-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=Ryan.Wanner@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=p.zabel@pengutronix.de \
    --cc=sre@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.