2023-12-02 13:06:14

by Alex Bee

[permalink] [raw]
Subject: [PATCH 0/3] Move core bus and gpio aliases to SoC dtsi for RK3128

Following up the recent discussion [0] about where aliases can be/should be
placed this series moves gpio, i2c and uart aliases to SoC dtsi for RK3128.

Note: This patches are based on maintainter's repo.

[0] https://lore.kernel.org/all/[email protected]/T/#m94aebb23a29b015d94b250a70b675febdaa902ea

Alex Bee (3):
ARM: dts: rockchip: Move gpio aliases to SoC dtsi for RK3128
ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
ARM: dts: rockchip: Move uart aliases to SoC dtsi for RK3128

arch/arm/boot/dts/rockchip/rk3128-evb.dts | 5 -----
arch/arm/boot/dts/rockchip/rk3128-xpi-3128.dts | 7 +------
arch/arm/boot/dts/rockchip/rk3128.dtsi | 14 ++++++++++++++
3 files changed, 15 insertions(+), 11 deletions(-)


base-commit: fd610e604837936440ef7c64ab6998b004631647
--
2.43.0


2023-12-05 00:06:44

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH 0/3] Move core bus and gpio aliases to SoC dtsi for RK3128

On Sat, 2 Dec 2023 14:05:04 +0100, Alex Bee wrote:
> Following up the recent discussion [0] about where aliases can be/should be
> placed this series moves gpio, i2c and uart aliases to SoC dtsi for RK3128.
>
> Note: This patches are based on maintainter's repo.
>
> [0] https://lore.kernel.org/all/[email protected]/T/#m94aebb23a29b015d94b250a70b675febdaa902ea
>
> [...]

Applied, thanks!

[1/3] ARM: dts: rockchip: Move gpio aliases to SoC dtsi for RK3128
commit: 3b0422a4ce59d8afb84bd7516bf71a3c1caa7925
[2/3] ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
commit: 39732a49803cf271454416341549df09c4a2fd2f

I also applied patch 3 ... though had to pick it manually from the list
as the subject was a bit garbled (missing 3/3), so b4 did not pick it up.


Best regards,
--
Heiko Stuebner <[email protected]>

2023-12-05 13:33:23

by Alex Bee

[permalink] [raw]
Subject: Re: [PATCH 0/3] Move core bus and gpio aliases to SoC dtsi for RK3128

Hi Heiko,

Am 05.12.23 um 01:05 schrieb Heiko Stuebner:
> On Sat, 2 Dec 2023 14:05:04 +0100, Alex Bee wrote:
>> Following up the recent discussion [0] about where aliases can be/should be
>> placed this series moves gpio, i2c and uart aliases to SoC dtsi for RK3128.
>>
>> Note: This patches are based on maintainter's repo.
>>
>> [0] https://lore.kernel.org/all/[email protected]/T/#m94aebb23a29b015d94b250a70b675febdaa902ea
>>
>> [...]
> Applied, thanks!
>
> [1/3] ARM: dts: rockchip: Move gpio aliases to SoC dtsi for RK3128
> commit: 3b0422a4ce59d8afb84bd7516bf71a3c1caa7925
> [2/3] ARM: dts: rockchip: Move i2c aliases to SoC dtsi for RK3128
> commit: 39732a49803cf271454416341549df09c4a2fd2f
>
> I also applied patch 3 ... though had to pick it manually from the list
> as the subject was a bit garbled (missing 3/3), so b4 did not pick it up.

Thanks and sorry for the mess.

Not sure how I managed to get this done :) Will double check next time
before submitting.

Alex

>
> Best regards,