devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: bcm: Add bindings for Buffalo WZR-1166DHP(2)
@ 2023-06-02 15:36 Rafał Miłecki
  2023-06-02 17:37 ` Conor Dooley
  2023-06-05 18:11 ` Florian Fainelli
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2023-06-02 15:36 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Hauke Mehrtens, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-kernel, devicetree, bcm-kernel-feedback-list,
	Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

Add two more Northstar devices based on the BCM4708 SoC. Linux already
contains DTS files for both.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
index cc34025fdc78..5c3ac97e8728 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
@@ -25,6 +25,8 @@ properties:
           - enum:
               - asus,rt-ac56u
               - asus,rt-ac68u
+              - buffalo,wzr-1166dhp
+              - buffalo,wzr-1166dhp2
               - buffalo,wzr-1750dhp
               - linksys,ea6300-v1
               - linksys,ea6500-v2
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: bcm: Add bindings for Buffalo WZR-1166DHP(2)
  2023-06-02 15:36 [PATCH] dt-bindings: arm: bcm: Add bindings for Buffalo WZR-1166DHP(2) Rafał Miłecki
@ 2023-06-02 17:37 ` Conor Dooley
  2023-06-05 18:11 ` Florian Fainelli
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-06-02 17:37 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Florian Fainelli, Hauke Mehrtens, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel, devicetree,
	bcm-kernel-feedback-list, Rafał Miłecki

[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]

On Fri, Jun 02, 2023 at 05:36:57PM +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> Add two more Northstar devices based on the BCM4708 SoC. Linux already
> contains DTS files for both.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> ---
>  Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
> index cc34025fdc78..5c3ac97e8728 100644
> --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
> +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml
> @@ -25,6 +25,8 @@ properties:
>            - enum:
>                - asus,rt-ac56u
>                - asus,rt-ac68u
> +              - buffalo,wzr-1166dhp
> +              - buffalo,wzr-1166dhp2
>                - buffalo,wzr-1750dhp
>                - linksys,ea6300-v1
>                - linksys,ea6500-v2
> -- 
> 2.35.3
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: arm: bcm: Add bindings for Buffalo WZR-1166DHP(2)
  2023-06-02 15:36 [PATCH] dt-bindings: arm: bcm: Add bindings for Buffalo WZR-1166DHP(2) Rafał Miłecki
  2023-06-02 17:37 ` Conor Dooley
@ 2023-06-05 18:11 ` Florian Fainelli
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2023-06-05 18:11 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Rafał Miłecki
  Cc: Florian Fainelli, Hauke Mehrtens, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-kernel, devicetree,
	Rafał Miłecki

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

From: Florian Fainelli <f.fainelli@gmail.com>

On Fri,  2 Jun 2023 17:36:57 +0200, Rafał Miłecki <zajec5@gmail.com> wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> Add two more Northstar devices based on the BCM4708 SoC. Linux already
> contains DTS files for both.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---

Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks!
--
Florian

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-05 18:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02 15:36 [PATCH] dt-bindings: arm: bcm: Add bindings for Buffalo WZR-1166DHP(2) Rafał Miłecki
2023-06-02 17:37 ` Conor Dooley
2023-06-05 18:11 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).