mbox series

[GIT,PULL] Allwinner arm64 DT changes for 5.2

Message ID 20190419114702.dhhn6tm3jueg2wnb@flea
State New
Headers show
Series [GIT,PULL] Allwinner arm64 DT changes for 5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-5.2

Message

Maxime Ripard April 19, 2019, 11:47 a.m. UTC
Hi Arnd, Olof,

Please Pull the following changes for the next merge window.

Thanks!
Maxime

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-5.2

for you to fetch changes up to 7cc399f267813c2b25e04d7dfa0a3dbea6ece94c:

  arm64: dts: allwinner: a64-amarula-relic: Add OV5640 camera node (2019-04-18 16:53:57 +0200)

----------------------------------------------------------------
Allwinner arm64 DT changes for 5.2

Our usual bunch of patches, the most notable one being:
  - Fixing the DTC warnings
  - Fix DT bindings not being properly respected, thanks to the DT
    validation
  - New Board: Oceanic 5205, Beelink GS1, Orange Pi3

----------------------------------------------------------------
Clément Péron (3):
      arm64: dts: allwinner: h6: move MMC pinctrl to dtsi
      dt-bindings: vendor-prefixes: add AZW
      arm64: dts: allwinner: h6: Introduce Beelink GS1 board

Harald Geyer (1):
      arm64: dts: allwinner: a64: teres-i: enable backlight

Jagan Teki (5):
      arm64: dts: allwinner: a64-amarula-relic: Add STLM75 sensor
      dt-bindings: Add vendor prefix for oceanic
      arm64: allwinner: a64: Add Oceanic 5205 5inMFD initial support
      arm64: dts: allwinner: a64: Add pinmux setting for CSI MCLK on PE1
      arm64: dts: allwinner: a64-amarula-relic: Add OV5640 camera node

Jernej Skrabec (1):
      arm64: dts: allwinner: h6: Add Video Engine node

Maxime Ripard (9):
      arm64: dts: allwinner: a64: Add cross links for the mixers
      arm64: dts: allwinner: a64: Fix the TCON output clock
      arm64: dts: allwinner: a64: Fix display pipeline endpoints
      arm64: dts: allwinner: a64: Add missing PIO clocks
      arm64: dts: allwinner: Fix pinctrl node names
      arm64: dts: allwinner: a64: Add default dr_mode
      arm64: dts: allwinner: a64: Fix the Codec I2S binding
      arm64: dts: allwinner: Remove useless phy-names from EHCI and OHCI
      arm64: dts: allwinner: Fix DE2 bus node name

Ondrej Jirman (2):
      arm64: dts: allwinner: h6: Add Orange Pi 3 DTS
      arm64: dts: allwinner: h6: Add MMC1 pins

Yangtao Li (1):
      arm64: dts: allwinner: h6: Add device node for SID

 .../devicetree/bindings/vendor-prefixes.txt        |   2 +
 arch/arm64/boot/dts/allwinner/Makefile             |   3 +
 .../dts/allwinner/sun50i-a64-amarula-relic.dts     |  65 ++++++
 .../allwinner/sun50i-a64-oceanic-5205-5inmfd.dts   |  68 ++++++
 .../boot/dts/allwinner/sun50i-a64-pinebook.dts     |   2 -
 .../boot/dts/allwinner/sun50i-a64-teres-i.dts      |  13 ++
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      |  75 ++++--
 .../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts   | 260 +++++++++++++++++++++
 .../boot/dts/allwinner/sun50i-h6-orangepi-3.dts    | 215 +++++++++++++++++
 .../boot/dts/allwinner/sun50i-h6-orangepi.dtsi     |   2 -
 .../boot/dts/allwinner/sun50i-h6-pine-h64.dts      |   4 -
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       |  41 +++-
 12 files changed, 716 insertions(+), 34 deletions(-)
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-oceanic-5205-5inmfd.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts
 create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

Comments

Olof Johansson April 28, 2019, 7:42 p.m. UTC | #1
On Fri, Apr 19, 2019 at 01:47:02PM +0200, Maxime Ripard wrote:
> Hi Arnd, Olof,
> 
> Please Pull the following changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-5.2
> 
> for you to fetch changes up to 7cc399f267813c2b25e04d7dfa0a3dbea6ece94c:
> 
>   arm64: dts: allwinner: a64-amarula-relic: Add OV5640 camera node (2019-04-18 16:53:57 +0200)
> 
> ----------------------------------------------------------------
> Allwinner arm64 DT changes for 5.2
> 
> Our usual bunch of patches, the most notable one being:
>   - Fixing the DTC warnings
>   - Fix DT bindings not being properly respected, thanks to the DT
>     validation
>   - New Board: Oceanic 5205, Beelink GS1, Orange Pi3

Merged, thanks!


-Olof