Re: [PATCH u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes

2022-03-04 Thread Stefan Roese
On 2/28/22 15:59, Marek Behún wrote: From: Marek Behún Commit 5534fb4f4833 ("arm64: a37xx: pinctrl: Correct PWM pins definitions") introduced bogus definitions os PWM pins: all 4 pins have index 11, instead of having indexes 11, 12, 13, 14. Fix this. Signed-off-by: Marek Behún Applied to

Re: [PATCH u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes

2022-03-03 Thread Stefan Roese
On 2/28/22 15:59, Marek Behún wrote: From: Marek Behún Commit 5534fb4f4833 ("arm64: a37xx: pinctrl: Correct PWM pins definitions") introduced bogus definitions os PWM pins: all 4 pins have index 11, instead of having indexes 11, 12, 13, 14. Fix this. Signed-off-by: Marek Behún

Re: [PATCH u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes

2022-02-28 Thread Pali Rohár
On Monday 28 February 2022 15:59:37 Marek Behún wrote: > From: Marek Behún > > Commit 5534fb4f4833 ("arm64: a37xx: pinctrl: Correct PWM pins > definitions") introduced bogus definitions os PWM pins: all 4 pins have > index 11, instead of having indexes 11, 12, 13, 14. > > Fix this. > >

[PATCH u-boot-marvell] arm64: a37xx: pinctrl: Fix PWM pins indexes

2022-02-28 Thread Marek Behún
From: Marek Behún Commit 5534fb4f4833 ("arm64: a37xx: pinctrl: Correct PWM pins definitions") introduced bogus definitions os PWM pins: all 4 pins have index 11, instead of having indexes 11, 12, 13, 14. Fix this. Signed-off-by: Marek Behún --- drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 6