mbox series

[0/5] arm64: dts: Initial RTD1293/RTD1296 and DS418j/DS418 support

Message ID 20171016040150.23400-1-afaerber@suse.de
Headers show
Series arm64: dts: Initial RTD1293/RTD1296 and DS418j/DS418 support | expand

Message

Andreas Färber Oct. 16, 2017, 4:01 a.m. UTC
Hello,

This series adds Device Trees for the Realtek RTD1293 and RTD1296 SoCs and
Synology DiskStation DS418j and DS418 NAS devices.

To avoid too much duplication, a shared rtd129x.dtsi is introduced.

More details at:
https://en.opensuse.org/HCL:DS418j
https://en.opensuse.org/HCL:DS418

Latest experimental patches at:
https://github.com/afaerber/linux/commits/rtd1295-next

Have a lot of fun!

Cheers,
Andreas

Cc: info@synology.com
Cc: devicetree@vger.kernel.org

Andreas Färber (5):
  arm64: dts: realtek: Factor out common RTD129x parts
  dt-bindings: arm: realtek: Document RTD1293 and Synology DS418j
  arm64: dts: realtek: Add RTD1293 and Synology DS418j
  dt-bindings: arm: realtek: Document RTD1296 and Synology DS418
  arm64: dts: realtek: Add RTD1296 and Synology DS418

 Documentation/devicetree/bindings/arm/realtek.txt | 34 +++++++++++
 arch/arm64/boot/dts/realtek/Makefile              |  4 ++
 arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts    | 31 ++++++++++
 arch/arm64/boot/dts/realtek/rtd1293.dtsi          | 56 +++++++++++++++++
 arch/arm64/boot/dts/realtek/rtd1295.dtsi          | 65 ++------------------
 arch/arm64/boot/dts/realtek/rtd1296-ds418.dts     | 31 ++++++++++
 arch/arm64/boot/dts/realtek/rtd1296.dtsi          | 74 +++++++++++++++++++++++
 arch/arm64/boot/dts/realtek/rtd129x.dtsi          | 72 ++++++++++++++++++++++
 8 files changed, 306 insertions(+), 61 deletions(-)
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1293-ds418j.dts
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1293.dtsi
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1296-ds418.dts
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1296.dtsi
 create mode 100644 arch/arm64/boot/dts/realtek/rtd129x.dtsi

-- 
2.13.6

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Rob Herring Oct. 23, 2017, 10:38 p.m. UTC | #1
On Mon, Oct 16, 2017 at 06:01:47AM +0200, Andreas Färber wrote:
> Define compatible strings for Realtek RTD1293 SoC and Synology

> DiskStation DS418j NAS.

> 

> Cc: info@synology.com

> Signed-off-by: Andreas Färber <afaerber@suse.de>

> ---

>  Documentation/devicetree/bindings/arm/realtek.txt | 17 +++++++++++++++++

>  1 file changed, 17 insertions(+)


Acked-by: Rob Herring <robh@kernel.org> 


--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rob Herring Oct. 23, 2017, 10:39 p.m. UTC | #2
On Mon, Oct 16, 2017 at 06:01:49AM +0200, Andreas Färber wrote:
> Define compatible strings for Realtek RTD1296 SoC and Synology

> DiskStation DS418 NAS.

> 

> Cc: info@synology.com

> Signed-off-by: Andreas Färber <afaerber@suse.de>

> ---

>  Documentation/devicetree/bindings/arm/realtek.txt | 17 +++++++++++++++++

>  1 file changed, 17 insertions(+)


Acked-by: Rob Herring <robh@kernel.org> 

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html