[PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-05-06 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- arch/arm/boards/phytec-som-imx6/board.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boards/phytec-som-imx6/board.c b/arch/arm/boards/phytec-som-imx6/board.c index 36c4d9a78b..1e515a093a 100644 --- a/arch/arm/boards/phytec-som-imx6/boa

Re: [PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-26 Thread Marco Felsch
On 21-04-26 11:36, Ahmad Fatoum wrote: > Hi, > > On 26.04.21 11:20, Marco Felsch wrote: > >> How about changing BAREBOX_DEEP_PROBE_ENABLE so > >> BAREBOX_DEEP_PROBE_ENABLE(physom_imx6_match); > >> works? Updated boards should be using board drivers anyway, so make it > >> easier for them to > >>

Re: [PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-26 Thread Ahmad Fatoum
Hi, On 26.04.21 11:20, Marco Felsch wrote: >> How about changing BAREBOX_DEEP_PROBE_ENABLE so >> BAREBOX_DEEP_PROBE_ENABLE(physom_imx6_match); >> works? Updated boards should be using board drivers anyway, so make it >> easier for them to >> enable deep probe. > > Hi Ahmad, > > Why do I need t

Re: [PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-26 Thread Marco Felsch
On 21-04-26 11:20, Marco Felsch wrote: > On 21-04-19 09:12, Ahmad Fatoum wrote: > > Hi, > > > > On 16.04.21 11:49, Sascha Hauer wrote: > > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q-pfla02"); > > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6dl-pfla02"); > > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6s-p

Re: [PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-26 Thread Marco Felsch
On 21-04-19 09:12, Ahmad Fatoum wrote: > Hi, > > On 16.04.21 11:49, Sascha Hauer wrote: > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q-pfla02"); > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6dl-pfla02"); > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6s-pfla02"); > > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q

Re: [PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-19 Thread Ahmad Fatoum
Hi, On 16.04.21 11:49, Sascha Hauer wrote: > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q-pfla02"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6dl-pfla02"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6s-pfla02"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6q-pcaaxl3"); > +BAREBOX_DEEP_PROBE_ENABLE("phytec,imx6

[PATCH 17/17] ARM: i.MX Phytec physom: Add deep-probe support

2021-04-16 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- arch/arm/boards/phytec-som-imx6/board.c | 21 + 1 file changed, 21 insertions(+) diff --git a/arch/arm/boards/phytec-som-imx6/board.c b/arch/arm/boards/phytec-som-imx6/board.c index 36c4d9a78b..a108726468 100644 --- a/arch/arm/boards/phytec-so