mbox series

[GIT,PULL,2/2] Rockchip dts64 updates for 5.1

Message ID 1744093.FyxTZ0jN5f@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/2] Rockchip dts32 updates for 5.1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dts64-1

Message

Heiko Stuebner Feb. 1, 2019, 11:24 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-dts64-1

for you to fetch changes up to 79164c99db284d07aa4e84e57b469d225609799c:

  arm64: dts: rockchip: clean up the abuse of disable-wp (2019-01-28 10:51:22 +0100)

----------------------------------------------------------------
New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last
two being part of a family and sharing bigger parts of the devicetree.
rk3328 got sound-related upgrades and a wider patch drops mmc display-wp
fields from nodes which shouldn't use it.

----------------------------------------------------------------
Akash Gajjar (1):
      arm64: dts: rockchip: add ROCK Pi 4 DTS support

Heiko Stuebner (1):
      arm64: dts: rockchip: move rk3328 #sound-dai-cells to the soc dtsi

Katsuhiro Suzuki (2):
      arm64: dts: rockchip: add rk3328 ACODEC node
      arm64: dts: rockchip: enable analog audio node for rock64

Robin Murphy (4):
      arm64: dts: rockchip: Add DT for NanoPi M4
      arm64: dts: rockchip: Refine nanopi4 differences
      arm64: dts: rockchip: Add NanoPC-T4 IR receiver
      arm64: dts: rockchip: 'Fix' nanopi4 uSD card detect

Shawn Lin (1):
      arm64: dts: rockchip: clean up the abuse of disable-wp

Tomeu Vizoso (1):
      arm64: dts: rockchip: Add devicetree for NanoPC-T4

 .../devicetree/bindings/arm/rockchip.yaml          |  12 +
 arch/arm64/boot/dts/rockchip/Makefile              |   3 +
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  26 +-
 arch/arm64/boot/dts/rockchip/rk3328.dtsi           |  14 +
 arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi       |   1 -
 arch/arm64/boot/dts/rockchip/rk3368-geekbox.dts    |   1 -
 arch/arm64/boot/dts/rockchip/rk3368-lion.dtsi      |   1 -
 .../boot/dts/rockchip/rk3368-orion-r68-meta.dts    |   1 -
 arch/arm64/boot/dts/rockchip/rk3368-px5-evb.dts    |   1 -
 arch/arm64/boot/dts/rockchip/rk3368-r88.dts        |   1 -
 arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts  |  91 +++
 arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4.dts  |  66 ++
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi   | 676 +++++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts  | 606 ++++++++++++++++++
 .../dts/rockchip/rk3399-sapphire-excavator.dts     |   1 -
 15 files changed, 1492 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopi-m4.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts

Comments

Arnd Bergmann Feb. 15, 2019, 1:45 p.m. UTC | #1
On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote:
> New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last
> two being part of a family and sharing bigger parts of the devicetree.
> rk3328 got sound-related upgrades and a wider patch drops mmc display-wp
> fields from nodes which shouldn't use it.

Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks,

     Arnd
Arnd Bergmann Feb. 15, 2019, 3:38 p.m. UTC | #2
On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote:
> > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last
> > two being part of a family and sharing bigger parts of the devicetree.
> > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp
> > fields from nodes which shouldn't use it.
>
> Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks,

I still get some warnings during 'make dtb', all specific to rk3399:

../arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning
(graph_port): /edp-panel/ports: graph port node name should be 'port'
../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5:
Warning (graph_port): /edp-panel/ports: graph port node name should be
'port'
../arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5:
Warning (graph_port): /edp-panel/ports: graph port node name should be
'port'

Can you see what is going on and send a fix?

       Arnd
Heiko Stuebner Feb. 15, 2019, 7:32 p.m. UTC | #3
Am Freitag, 15. Februar 2019, 16:38:43 CET schrieb Arnd Bergmann:
> On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote:
> > > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last
> > > two being part of a family and sharing bigger parts of the devicetree.
> > > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp
> > > fields from nodes which shouldn't use it.
> > 
> > Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks,
> 
> I still get some warnings during 'make dtb', all specific to rk3399:
> 
> ../arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning
> (graph_port): /edp-panel/ports: graph port node name should be 'port'
> ../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5:
> Warning (graph_port): /edp-panel/ports: graph port node name should be
> 'port'
> ../arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5:
> Warning (graph_port): /edp-panel/ports: graph port node name should be
> 'port'
> 
> Can you see what is going on and send a fix?

hmm, that should actually be fixed by the fixes-pull requests, see
	https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=arm/fixes&id=26cd8657c7e745686a4c54a5cccf721ede208a25
for reference, which supposedly fixes exactly these issues.


Heiko
Arnd Bergmann Feb. 15, 2019, 7:52 p.m. UTC | #4
On Fri, Feb 15, 2019 at 8:32 PM Heiko Stübner <heiko@sntech.de> wrote:
>
> Am Freitag, 15. Februar 2019, 16:38:43 CET schrieb Arnd Bergmann:
> > On Fri, Feb 15, 2019 at 2:45 PM Arnd Bergmann <arnd@arndb.de> wrote:
> > > On Fri, Feb 1, 2019 at 12:24 PM Heiko Stuebner <heiko@sntech.de> wrote:
> > > > New boards are the Rock Pi 4, NanoPC-T4 and NanoPi-M4, with the last
> > > > two being part of a family and sharing bigger parts of the devicetree.
> > > > rk3328 got sound-related upgrades and a wider patch drops mmc display-wp
> > > > fields from nodes which shouldn't use it.
> > >
> > > Pulled into arm/dt, nice to see the additional rk3399 boards. Thanks,
> >
> > I still get some warnings during 'make dtb', all specific to rk3399:
> >
> > ../arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts:25.9-29.5: Warning
> > (graph_port): /edp-panel/ports: graph port node name should be 'port'
> > ../arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts:46.9-50.5:
> > Warning (graph_port): /edp-panel/ports: graph port node name should be
> > 'port'
> > ../arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts:94.9-98.5:
> > Warning (graph_port): /edp-panel/ports: graph port node name should be
> > 'port'
> >
> > Can you see what is going on and send a fix?
>
> hmm, that should actually be fixed by the fixes-pull requests, see
>         https://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git/commit/?h=arm/fixes&id=26cd8657c7e745686a4c54a5cccf721ede208a25
> for reference, which supposedly fixes exactly these issues.

Ok, good. I also asked the same thing about omap, where I
made the same mistake. I confirmed now that my for-next
branch (which includes the fixes) does not have this issue,
hte only warning I get there is for mvebu/kirkwood

       Arnd