Re: [PATCH] ARM: dts: stm32: move ltdc pinctrl on stm32mp157a dk1 board

From: Benjamin Gaignard
Date: Mon Sep 02 2019 - 05:35:36 EST


+ dri-devel mailing list

Le lun. 2 sept. 2019 Ã 10:45, Philippe CORNU <philippe.cornu@xxxxxx> a Ãcrit :
>
> Hi Yannick,
>
> On 8/2/19 4:08 PM, Yannick Fertrà wrote:
> > The ltdc pinctrl must be in the display controller node and
> > not in the peripheral node (hdmi bridge).
> >
> > Signed-off-by: Yannick Fertrà <yannick.fertre@xxxxxx>
> > ---
> > arch/arm/boot/dts/stm32mp157a-dk1.dts | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/stm32mp157a-dk1.dts b/arch/arm/boot/dts/stm32mp157a-dk1.dts
> > index f3f0e37..1285cfc 100644
> > --- a/arch/arm/boot/dts/stm32mp157a-dk1.dts
> > +++ b/arch/arm/boot/dts/stm32mp157a-dk1.dts
> > @@ -99,9 +99,6 @@
> > reset-gpios = <&gpioa 10 GPIO_ACTIVE_LOW>;
> > interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
> > interrupt-parent = <&gpiog>;
> > - pinctrl-names = "default", "sleep";
> > - pinctrl-0 = <&ltdc_pins_a>;
> > - pinctrl-1 = <&ltdc_pins_sleep_a>;
> > status = "okay";
> >
> > ports {
> > @@ -276,6 +273,9 @@
> > };
> >
> > &ltdc {
> > + pinctrl-names = "default", "sleep";
> > + pinctrl-0 = <&ltdc_pins_a>;
> > + pinctrl-1 = <&ltdc_pins_sleep_a>;
>
> Reviewed-by: Philippe Cornu <philippe.cornu@xxxxxx>
>
> Thanks
> Philippe :)
>
> > status = "okay";
> >
> > port {
> >
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel