Re: [PATCH v2 1/4] clk: bcm2835: More flexible IO register remapping

2017-06-12 Thread Florian Fainelli
On 06/12/2017 07:25 AM, Phil Elwell wrote: > The BCM2835 AUX block contains two registers - AUXIRQ and AUXENB. > The addition of an irqchip driver using AUXIRQ is hampered by > the current DT node reserving both registers with a compatible string > claimed by this bcm2835-aux-clk driver. > > Ease

[PATCH v2 1/4] clk: bcm2835: More flexible IO register remapping

2017-06-12 Thread Phil Elwell
The BCM2835 AUX block contains two registers - AUXIRQ and AUXENB. The addition of an irqchip driver using AUXIRQ is hampered by the current DT node reserving both registers with a compatible string claimed by this bcm2835-aux-clk driver. Ease the transition to separate DT nodes by detecting and ha