Re: [PATCH] arm64: dts: renesas: r8a77970: Fix PWM3

2019-09-13 Thread Simon Horman
On Thu, Sep 12, 2019 at 11:31:43AM +0100, Kieran Bingham wrote: > The pwm3 was incorrectly added with a compatible reference to the > renesas,pwm-r8a7790 (H2) due to a single characther ommision. > > Fix the compatible string. > > Fixes: de625477c632 ("arm64: dts: renesas: r8a779{7|8}0: add PWM

Re: [PATCH] arm64: dts: renesas: r8a77970: Fix PWM3

2019-09-12 Thread Geert Uytterhoeven
On Thu, Sep 12, 2019 at 12:47 PM Kieran Bingham wrote: > On 12/09/2019 11:31, Kieran Bingham wrote: > > The pwm3 was incorrectly added with a compatible reference to the > > renesas,pwm-r8a7790 (H2) due to a single characther ommision. > > Ugh, my apologies : > > s/characther/character/ >

Re: [PATCH] arm64: dts: renesas: r8a77970: Fix PWM3

2019-09-12 Thread Kieran Bingham
On 12/09/2019 11:31, Kieran Bingham wrote: > The pwm3 was incorrectly added with a compatible reference to the > renesas,pwm-r8a7790 (H2) due to a single characther ommision. Ugh, my apologies : s/characther/character/ s/ommision/omission/ Please fix up when applying if there's no need to

[PATCH] arm64: dts: renesas: r8a77970: Fix PWM3

2019-09-12 Thread Kieran Bingham
The pwm3 was incorrectly added with a compatible reference to the renesas,pwm-r8a7790 (H2) due to a single characther ommision. Fix the compatible string. Fixes: de625477c632 ("arm64: dts: renesas: r8a779{7|8}0: add PWM support") Signed-off-by: Kieran Bingham ---