mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Uses upstream DSA switch modules (rtl8365mb, rtl8366), similar to RTL8367C and rtl8366rb swconfig drivers. The package dependencies exclude targets built without kernel CONFIG_OF. It also fixes the rtl8366rb LED support. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Signed-off-by: Robert Marko <robimarko@gmail.com>
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 5fc2d68fc81801162188995e4d3dc0b26747dd76 Mon Sep 17 00:00:00 2001
|
||
From: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
||
Date: Sun, 25 Feb 2024 13:29:54 -0300
|
||
Subject: [PATCH 2/3] dt-bindings: net: dsa: realtek: add reset controller
|
||
MIME-Version: 1.0
|
||
Content-Type: text/plain; charset=UTF-8
|
||
Content-Transfer-Encoding: 8bit
|
||
|
||
Realtek switches can use a reset controller instead of reset-gpios.
|
||
|
||
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
||
Cc: devicetree@vger.kernel.org
|
||
Acked-by: Arınç ÜNAL <arinc.unal@arinc9.com>
|
||
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
|
||
Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>
|
||
Acked-by: Rob Herring <robh@kernel.org>
|
||
Signed-off-by: David S. Miller <davem@davemloft.net>
|
||
---
|
||
Documentation/devicetree/bindings/net/dsa/realtek.yaml | 3 +++
|
||
1 file changed, 3 insertions(+)
|
||
|
||
--- a/Documentation/devicetree/bindings/net/dsa/realtek.yaml
|
||
+++ b/Documentation/devicetree/bindings/net/dsa/realtek.yaml
|
||
@@ -59,6 +59,9 @@ properties:
|
||
description: GPIO to be used to reset the whole device
|
||
maxItems: 1
|
||
|
||
+ resets:
|
||
+ maxItems: 1
|
||
+
|
||
realtek,disable-leds:
|
||
type: boolean
|
||
description: |
|