Re: [PATCH v2 3/6] ARM: dts: NSP: Fix SP804 compatible node

2020-09-04 Thread Florian Fainelli
On 9/3/2020 6:04 PM, André Przywara wrote: On 02/09/2020 00:04, Florian Fainelli wrote: Hi Florian, sorry, the mail got swamped in my inbox... On 8/28/2020 10:12 AM, Florian Fainelli wrote: On 8/28/20 7:20 AM, Andre Przywara wrote: The DT binding for SP804 requires to have an

Re: [PATCH v2 3/6] ARM: dts: NSP: Fix SP804 compatible node

2020-09-03 Thread André Przywara
On 02/09/2020 00:04, Florian Fainelli wrote: Hi Florian, sorry, the mail got swamped in my inbox... > On 8/28/2020 10:12 AM, Florian Fainelli wrote: >> On 8/28/20 7:20 AM, Andre Przywara wrote: >>> The DT binding for SP804 requires to have an "arm,primecell" compatible >>> string. >>> Add this

Re: [PATCH v2 3/6] ARM: dts: NSP: Fix SP804 compatible node

2020-09-01 Thread Florian Fainelli
On 8/28/2020 10:12 AM, Florian Fainelli wrote: On 8/28/20 7:20 AM, Andre Przywara wrote: The DT binding for SP804 requires to have an "arm,primecell" compatible string. Add this string so that the Linux primecell bus driver picks the device up and activates the clock. Fixes: a0efb0d28b77

Re: [PATCH v2 3/6] ARM: dts: NSP: Fix SP804 compatible node

2020-08-28 Thread Florian Fainelli
On 8/28/20 7:20 AM, Andre Przywara wrote: > The DT binding for SP804 requires to have an "arm,primecell" compatible > string. > Add this string so that the Linux primecell bus driver picks the device > up and activates the clock. > > Fixes: a0efb0d28b77 ("ARM: dts: NSP: Add SP804 Support to DT")

[PATCH v2 3/6] ARM: dts: NSP: Fix SP804 compatible node

2020-08-28 Thread Andre Przywara
The DT binding for SP804 requires to have an "arm,primecell" compatible string. Add this string so that the Linux primecell bus driver picks the device up and activates the clock. Fixes: a0efb0d28b77 ("ARM: dts: NSP: Add SP804 Support to DT") Tested-by: Florian Fainelli Signed-off-by: Andre