Message ID | 20210919202918.3556-1-linux.amoon@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix the pwm regulator supply properties | expand |
Hi, On 19/09/2021 22:29, Anand Moon wrote: > Changes PWM supply properties help fix internal link of PWM to > main 12V supply as per the shematics. > > V1: https://lkml.org/lkml/2021/6/29/288 > > Thanks > -Anand > > Anand Moon (3): > arm64: dts: meson-g12a: Fix the pwm regulator supply properties > arm64: dts: meson-g12b: Fix the pwm regulator supply properties > arm64: dts: meson-sm1: Fix the pwm regulator supply properties > > arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts | 2 +- > arch/arm64/boot/dts/amlogic/meson-g12a-u200.dts | 2 +- > arch/arm64/boot/dts/amlogic/meson-g12a-x96-max.dts | 2 +- > arch/arm64/boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi | 4 ++-- > arch/arm64/boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 4 ++-- > arch/arm64/boot/dts/amlogic/meson-g12b-w400.dtsi | 4 ++-- > arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts | 2 +- > arch/arm64/boot/dts/amlogic/meson-sm1-khadas-vim3l.dts | 2 +- > arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 2 +- > arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 2 +- > 10 files changed, 13 insertions(+), 13 deletions(-) Thanks for fixing all the other boards ! I'll let a few days for Martin to review, but it's ok for me. Neil > > -- > 2.33.0 >
On Sun, Sep 19, 2021 at 10:29 PM Anand Moon <linux.amoon@gmail.com> wrote: [...] > Anand Moon (3): > arm64: dts: meson-g12a: Fix the pwm regulator supply properties > arm64: dts: meson-g12b: Fix the pwm regulator supply properties > arm64: dts: meson-sm1: Fix the pwm regulator supply properties all three get my: Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Thanks for working on this! I haven't runtime tested the patches but I expect that they will work in the same way that the Meson8/8b/8m2 patches with the same change did. Neil, some of these boards are covered by Kernel CI. I suggest queueing the patches in v5.16/dt64 and then seeing if there's any feedback from the auto-builders. Best regards, Martin
On 20/09/2021 22:13, Martin Blumenstingl wrote: > On Sun, Sep 19, 2021 at 10:29 PM Anand Moon <linux.amoon@gmail.com> wrote: > [...] >> Anand Moon (3): >> arm64: dts: meson-g12a: Fix the pwm regulator supply properties >> arm64: dts: meson-g12b: Fix the pwm regulator supply properties >> arm64: dts: meson-sm1: Fix the pwm regulator supply properties > all three get my: > Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> > > Thanks for working on this! > I haven't runtime tested the patches but I expect that they will work > in the same way that the Meson8/8b/8m2 patches with the same change > did. > > Neil, some of these boards are covered by Kernel CI. > I suggest queueing the patches in v5.16/dt64 and then seeing if > there's any feedback from the auto-builders. Acked ! Neil > > > Best regards, > Martin >
Hi, On Sun, 19 Sep 2021 20:29:08 +0000, Anand Moon wrote: > Changes PWM supply properties help fix internal link of PWM to > main 12V supply as per the shematics. > > V1: https://lkml.org/lkml/2021/6/29/288 > > Thanks > -Anand > > [...] Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.16/dt64) [1/3] arm64: dts: meson-g12a: Fix the pwm regulator supply properties https://git.kernel.org/amlogic/c/085675117ecf5e02c4220698fd549024ec64ad2c [2/3] arm64: dts: meson-g12b: Fix the pwm regulator supply properties https://git.kernel.org/amlogic/c/62183863f708c2464769e0d477c8ce9f3d326feb [3/3] arm64: dts: meson-sm1: Fix the pwm regulator supply properties https://git.kernel.org/amlogic/c/0b26fa8a02c2834f1fa8a206a285b9f84c4ad764