From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Wed, 12 Sep 2018 21:20:53 -0700 Subject: [PATCH] arm64: dts: meson: Switch simple-mfd and syscon order In-Reply-To: <7hh8iuxd1y.fsf@baylibre.com> References: <1532614438-7207-1-git-send-email-narmstrong@baylibre.com> <7hh8iuxd1y.fsf@baylibre.com> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Wed, Sep 12, 2018 at 8:59 PM Kevin Hilman wrote: > > Neil Armstrong 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 > > Applied to v4.20/dt64, > I spoke too soon, this doesn't apply cleanly on top of Jeromes reorder/cleanup. Please respin/resend. Kevin