Message ID | 20220922202458.7592-2-maukka@ext.kapsi.fi (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: orion5x: add D-Link DNS323 based on device treee | expand |
On Thu, Sep 22, 2022 at 11:24:56PM +0300, Mauri Sandberg wrote: > Add bindings for D-Link DNS-323. It introduces altogether four new > compatibles: dlink,dns323, dlink,dns323a1, dlink,dns323b1 and > dlink,dns323c1. One is for the common parts between the devices and > then there is one for each three hardware variants. > > Signed-off-by: Mauri Sandberg <maukka@ext.kapsi.fi> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
On 22/09/2022 22:24, Mauri Sandberg wrote: > Add bindings for D-Link DNS-323. It introduces altogether four new > compatibles: dlink,dns323, dlink,dns323a1, dlink,dns323b1 and > dlink,dns323c1. One is for the common parts between the devices and > then there is one for each three hardware variants. > > Signed-off-by: Mauri Sandberg <maukka@ext.kapsi.fi> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt index 748a8f287462..ead80ed2262f 100644 --- a/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt +++ b/Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt @@ -23,3 +23,15 @@ board. Currently known boards are: "marvell,rd-88f5182-nas" "maxtor,shared-storage-2" "netgear,wnr854t" + +The D-Link DNS-323 has three different revisions. Their common parts are +collected in: + +"dlink,dns323" + +The three different variants (A1 being 88f5181, the two others being 88f5182) +are specified with compatibles: + +"dlink,dns323a1" +"dlink,dns323b1" +"dlink,dns323c1"
Add bindings for D-Link DNS-323. It introduces altogether four new compatibles: dlink,dns323, dlink,dns323a1, dlink,dns323b1 and dlink,dns323c1. One is for the common parts between the devices and then there is one for each three hardware variants. Signed-off-by: Mauri Sandberg <maukka@ext.kapsi.fi> --- changes from v1: - split patches, this one adds bindings --- .../bindings/arm/marvell/marvell,orion5x.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+)