mbox series

[0/4] arm: dts: Bootargs update for older boards from Renesas

Message ID 155551391518.5261.925425188248761120.sendpatchset@octo (mailing list archive)
Headers show
Series arm: dts: Bootargs update for older boards from Renesas | expand

Message

Magnus Damm April 17, 2019, 3:11 p.m. UTC
arm: dts: Bootargs update for older boards from Renesas

[PATCH 1/4] arm: dts: kzm9d: Add rw parameter to bootargs
[PATCH 2/4] arm: dts: bockw: Reorder bootargs
[PATCH 3/4] arm: dts: marzen: Add rw to bootargs and use ip=dhcp
[PATCH 4/4] arm: dts: ape6evm: Reorder bootargs

These patches try to make bootargs more consistent across older boards with
32-bit ARM SoCs from Renesas. Simple reordering, adding rw parameter and in
case of Marzen we go from ip=on to ip=dhcp. I believe using the ip parameter
consistently across the boards is a good first step.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Developed on top of renesas-devel-20190410-v5.1-rc4

arch/arm/boot/dts/emev2-kzm9d.dts     |    2 +-
 arch/arm/boot/dts/r8a73a4-ape6evm.dts |    2 +-
 arch/arm/boot/dts/r8a7778-bockw.dts   |    2 +-
 arch/arm/boot/dts/r8a7779-marzen.dts  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Simon Horman April 17, 2019, 3:48 p.m. UTC | #1
On Thu, Apr 18, 2019 at 12:11:55AM +0900, Magnus Damm wrote:
> arm: dts: Bootargs update for older boards from Renesas
> 
> [PATCH 1/4] arm: dts: kzm9d: Add rw parameter to bootargs
> [PATCH 2/4] arm: dts: bockw: Reorder bootargs
> [PATCH 3/4] arm: dts: marzen: Add rw to bootargs and use ip=dhcp
> [PATCH 4/4] arm: dts: ape6evm: Reorder bootargs
> 
> These patches try to make bootargs more consistent across older boards with
> 32-bit ARM SoCs from Renesas. Simple reordering, adding rw parameter and in
> case of Marzen we go from ip=on to ip=dhcp. I believe using the ip parameter
> consistently across the boards is a good first step.

Thanks Magnus,

applied for v5.2.