Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-30 Thread Sascha Hauer
On Tue, May 24, 2022 at 10:30:48AM +0300, Alexander Shiyan wrote: > For the correct work of GPIO driver, we need to define aliases. > Let's add them to the devicetree. > > Signed-off-by: Alexander Shiyan > --- > arch/arm/dts/am335x-myirtech-myd.dts | 7 +++ > 1 file changed, 7 insertions(+)

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-25 Thread Ahmad Fatoum
Hello Alexander, On 25.05.22 10:33, Alexander Shiyan wrote: >>> Most likely this is the result of double inclusion of the file >>> arm/am33xx.dtsi, >>> first time from "am33xx.dtsi" and second from arm/am335x-myirtech-myd.dts. >> >> Hi, you need to include if after the upstream DT. That's why it

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-25 Thread Alexander Shiyan
ср, 25 мая 2022 г. в 11:16, Ahmad Fatoum : > On 25.05.22 08:27, Alexander Shiyan wrote: > > вт, 24 мая 2022 г. в 15:28, Ahmad Fatoum : > >> On 24.05.22 09:30, Alexander Shiyan wrote: > >>> For the correct work of GPIO driver, we need to define aliases. > >>> Let's add them to the devicetree. > >

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-25 Thread Ahmad Fatoum
On 25.05.22 08:27, Alexander Shiyan wrote: > Hello. > > вт, 24 мая 2022 г. в 15:28, Ahmad Fatoum : >> On 24.05.22 09:30, Alexander Shiyan wrote: >>> For the correct work of GPIO driver, we need to define aliases. >>> Let's add them to the devicetree. > ... >>> diff --git

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-25 Thread Alexander Shiyan
Hello. вт, 24 мая 2022 г. в 15:28, Ahmad Fatoum : > On 24.05.22 09:30, Alexander Shiyan wrote: > > For the correct work of GPIO driver, we need to define aliases. > > Let's add them to the devicetree. ... > > diff --git a/arch/arm/dts/am335x-myirtech-myd.dts > >

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-25 Thread Marco Felsch
On 22-05-24, Ahmad Fatoum wrote: > Hi, > > On 24.05.22 09:30, Alexander Shiyan wrote: > > For the correct work of GPIO driver, we need to define aliases. > > Let's add them to the devicetree. > > > > Signed-off-by: Alexander Shiyan > > --- > > arch/arm/dts/am335x-myirtech-myd.dts | 7 +++ >

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-24 Thread Ahmad Fatoum
Hi, On 24.05.22 09:30, Alexander Shiyan wrote: > For the correct work of GPIO driver, we need to define aliases. > Let's add them to the devicetree. > > Signed-off-by: Alexander Shiyan > --- > arch/arm/dts/am335x-myirtech-myd.dts | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-24 Thread Marco Felsch
On 22-05-24, Alexander Shiyan wrote: > вт, 24 мая 2022 г. в 12:03, Marco Felsch : > > On 22-05-24, Alexander Shiyan wrote: > > > For the correct work of GPIO driver, we need to define aliases. > > > Let's add them to the devicetree. > ... > > > + aliases { > > > + gpio0 = > > > +

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-24 Thread Alexander Shiyan
вт, 24 мая 2022 г. в 12:03, Marco Felsch : > On 22-05-24, Alexander Shiyan wrote: > > For the correct work of GPIO driver, we need to define aliases. > > Let's add them to the devicetree. ... > > + aliases { > > + gpio0 = > > + gpio1 = > > + gpio2 = > > +

Re: [PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-24 Thread Marco Felsch
On 22-05-24, Alexander Shiyan wrote: > For the correct work of GPIO driver, we need to define aliases. > Let's add them to the devicetree. > > Signed-off-by: Alexander Shiyan > --- > arch/arm/dts/am335x-myirtech-myd.dts | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git

[PATCH] ARM: DTS: myir-x335x: Add GPIO aliases

2022-05-24 Thread Alexander Shiyan
For the correct work of GPIO driver, we need to define aliases. Let's add them to the devicetree. Signed-off-by: Alexander Shiyan --- arch/arm/dts/am335x-myirtech-myd.dts | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/dts/am335x-myirtech-myd.dts