Re: [PATCH] arm64: dts: meson: Switch simple-mfd and syscon order

From: Kevin Hilman
Date: Thu Sep 13 2018 - 00:21:07 EST


On Wed, Sep 12, 2018 at 8:59 PM Kevin Hilman <khilman@xxxxxxxxxxxx> wrote:
>
> Neil Armstrong <narmstrong@xxxxxxxxxxxx> writes:
>
> > The order between "syscon" and "simple-mfd" is important because in these
> > particular cases, the node needs to be first a "simple-mfd" to expose
> > it's sub-nodes, and later on a "syscon" to permit other nodes to access
> > this register space through the "syscon" mechanism.
> >
> > Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
>
> Applied to v4.20/dt64,
>

I spoke too soon, this doesn't apply cleanly on top of Jeromes
reorder/cleanup. Please respin/resend.

Kevin