mbox

[GIT,PULL,2/2] ZTE arm64 device tree changes for 4.12

Message ID 1491837665-2579-2-git-send-email-shawnguo@kernel.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.12

Message

Shawn Guo April 10, 2017, 3:21 p.m. UTC
The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.12

for you to fetch changes up to f006aaf7b11230e38a35f09d706e751fa77eb799:

  arm64: dts: zte: add tvenc device for zx296718 (2017-03-24 16:25:19 +0800)

----------------------------------------------------------------
ZTE arm64 device tree updates for 4.12:
 - Add mmc devices for ZX296718 SoC and enable those available on
   zx296718-evb board.
 - Add VOU controller device, output devices HDMI and TVENC, and enable
   display support for zx296718-evb board.
 - Remove pll_vga clock from ZX296718 device tree, as it's not a fixed
   rate clock.

----------------------------------------------------------------
Jun Nie (1):
      arm64: dts: zte: add mmc devices for zx296718

Shawn Guo (3):
      arm64: dts: zte: remove zx296718 pll_vga clock
      arm64: dts: zte: add vou and hdmi devices for zx296718
      arm64: dts: zte: add tvenc device for zx296718

 arch/arm64/boot/dts/zte/zx296718-evb.dts |  28 +++++++
 arch/arm64/boot/dts/zte/zx296718.dtsi    | 126 +++++++++++++++++++++++++++++--
 2 files changed, 147 insertions(+), 7 deletions(-)

Comments

Olof Johansson April 19, 2017, 1:23 p.m. UTC | #1
On Mon, Apr 10, 2017 at 11:21:05PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/zte-dt64-4.12
> 
> for you to fetch changes up to f006aaf7b11230e38a35f09d706e751fa77eb799:
> 
>   arm64: dts: zte: add tvenc device for zx296718 (2017-03-24 16:25:19 +0800)
> 
> ----------------------------------------------------------------
> ZTE arm64 device tree updates for 4.12:
>  - Add mmc devices for ZX296718 SoC and enable those available on
>    zx296718-evb board.
>  - Add VOU controller device, output devices HDMI and TVENC, and enable
>    display support for zx296718-evb board.
>  - Remove pll_vga clock from ZX296718 device tree, as it's not a fixed
>    rate clock.

Merged, thanks.


-Olof