2020-03-27 03:06:45

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH 0/6] arm64: dts: rockchip: misc. cleanups

From: Chen-Yu Tsai <[email protected]>

Hi,

Here are a bunch of cleanups for rk3399 and rk3328.

- Some dtc warnings were silenced, however a few still remain.
Found those while making device tree overlays

- Replaced some hardware specific device node names, such as dwc3
and rk808, with generic names

- Fixed MMC numbering for roc-rk3399-pc with mezzanine

The series is based on linux-next 2020-03-24. For some reason 2020-03-26
doesn't boot.

Please have a look.

Regards
ChenYu

Chen-Yu Tsai (6):
arm64: dts: rockchip: rk3399-roc-pc: Fix MMC numbering for LED
triggers
arm64: dts: rockchip: rk3328: Replace RK805 PMIC node name with "pmic"
arm64: dts: rockchip: rk3328: drop non-existent gmac2phy pinmux
options
arm64: dts: rockchip: rk3328: drop #address-cells, #size-cells from
grf node
arm64: dts: rockchip: rk3399: drop #address-cells, #size-cells from
pmugrf node
arm64: dts: rockchip: rk3399: Rename dwc3 device nodes to make dtc
happy

arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 18 ------------------
.../dts/rockchip/rk3399-roc-pc-mezzanine.dts | 8 ++++++++
.../arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 6 ++----
6 files changed, 14 insertions(+), 26 deletions(-)

--
2.25.1


2020-04-19 11:43:44

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH 0/6] arm64: dts: rockchip: misc. cleanups

Hi,

Am Freitag, 27. M?rz 2020, 04:04:08 CEST schrieb Chen-Yu Tsai:
> Chen-Yu Tsai (6):
> arm64: dts: rockchip: rk3399-roc-pc: Fix MMC numbering for LED
> triggers
> arm64: dts: rockchip: rk3328: Replace RK805 PMIC node name with "pmic"
> arm64: dts: rockchip: rk3328: drop non-existent gmac2phy pinmux
> options
> arm64: dts: rockchip: rk3328: drop #address-cells, #size-cells from
> grf node
> arm64: dts: rockchip: rk3399: drop #address-cells, #size-cells from
> pmugrf node
> arm64: dts: rockchip: rk3399: Rename dwc3 device nodes to make dtc
> happy

I've applied patches 2-6 as fix for 5.7.
The discussion on patch1 somehow stopped on monday, so feel
free to resubmit that one separately once everybody is happy

Heiko