mbox

[GIT,PULL] ARM: realtek: dt64 for v4.12

Message ID 20170525120404.32034-2-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/linux.git tags/realtek-arm64-dt-for-4.12

Message

Andreas Färber May 25, 2017, 12:04 p.m. UTC
Hi Arnd and Olof,

This is the initial dt64 pull for Realtek.
The Kconfig symbol is introduced in the arm64 pull.

Regards,
Andreas

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://github.com/afaerber/linux.git tags/realtek-arm64-dt-for-4.12

for you to fetch changes up to 72a7786c0a0d6554b1d2bd3c6a0c3589d4904fb3:

  ARM64: dts: Add Realtek RTD1295 and Zidoo X9S (2017-05-25 12:13:58 +0200)

----------------------------------------------------------------
Realtek ARM64 based SoC DT for v4.12

This adds an initial DT for the RTD1295 SoC and a TV box based on it.

----------------------------------------------------------------
Andreas Färber (3):
      dt-bindings: Add vendor prefix for Zidoo
      dt-bindings: arm: Add Realtek RTD1295 bindings
      ARM64: dts: Add Realtek RTD1295 and Zidoo X9S

 Documentation/devicetree/bindings/arm/realtek.txt  |  20 ++++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm64/boot/dts/Makefile                       |   1 +
 arch/arm64/boot/dts/realtek/Makefile               |   5 +
 arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts  |  42 +++++++
 arch/arm64/boot/dts/realtek/rtd1295.dtsi           | 131 +++++++++++++++++++++
 6 files changed, 200 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/realtek.txt
 create mode 100644 arch/arm64/boot/dts/realtek/Makefile
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1295-zidoo-x9s.dts
 create mode 100644 arch/arm64/boot/dts/realtek/rtd1295.dtsi

Comments

Olof Johansson June 2, 2017, 12:29 a.m. UTC | #1
On Thu, May 25, 2017 at 02:04:04PM +0200, Andreas F??rber wrote:
> Hi Arnd and Olof,
> 
> This is the initial dt64 pull for Realtek.
> The Kconfig symbol is introduced in the arm64 pull.
> 
> Regards,
> Andreas
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/afaerber/linux.git tags/realtek-arm64-dt-for-4.12

Merged into next/dt64 for v4.13. Thanks!


-Olof