Re: [PATCH v2 1/3] ARM: dts: stm32: drop "st,button1" compatible

2025-03-11 Thread Patrice CHOTARD
On 2/25/25 10:52, Patrice CHOTARD wrote: > > > On 2/24/25 19:39, Dario Binacchi wrote: >> It is pointless to use the custom compatible "st,button1" when >> stm32746g-eval.dts and stm32f769-disco.dts already contain the >> "gpio-keys" compatible, which is specifically used for button >> managem

Re: [PATCH v2 1/3] ARM: dts: stm32: drop "st,button1" compatible

2025-03-10 Thread Patrice CHOTARD
On 3/10/25 11:03, Patrice CHOTARD wrote: > > > On 2/25/25 10:52, Patrice CHOTARD wrote: >> >> >> On 2/24/25 19:39, Dario Binacchi wrote: >>> It is pointless to use the custom compatible "st,button1" when >>> stm32746g-eval.dts and stm32f769-disco.dts already contain the >>> "gpio-keys" compati

Re: [PATCH v2 1/3] ARM: dts: stm32: drop "st,button1" compatible

2025-02-25 Thread Patrice CHOTARD
On 2/24/25 19:39, Dario Binacchi wrote: > It is pointless to use the custom compatible "st,button1" when > stm32746g-eval.dts and stm32f769-disco.dts already contain the > "gpio-keys" compatible, which is specifically used for button > management. > > Signed-off-by: Dario Binacchi > > --- >

[PATCH v2 1/3] ARM: dts: stm32: drop "st,button1" compatible

2025-02-24 Thread Dario Binacchi
It is pointless to use the custom compatible "st,button1" when stm32746g-eval.dts and stm32f769-disco.dts already contain the "gpio-keys" compatible, which is specifically used for button management. Signed-off-by: Dario Binacchi --- Changes in v2: - Drop gpio-keys node from stm32f746-disco-u-b