From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Fri, 14 Feb 2020 10:25:50 +0000 Subject: [PATCH 2/9] stm32mp1: pwr: use the last binding for pwr In-Reply-To: <20200128101041.2.Ic3c189e7da6e6ff909e435d7011057b867559ba2@changeid> References: <20200128091106.28552-1-patrick.delaunay@st.com> <20200128101041.2.Ic3c189e7da6e6ff909e435d7011057b867559ba2@changeid> Message-ID: <917d53a381774b14999fdb289fc8670b@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > From: Patrick DELAUNAY > Sent: mardi 28 janvier 2020 10:11 > > Update the driver to use the latest binding from kernel v5.5-rc1: > no more use syscon or regmap to access to pwr register and only one > pwr_regulators node with the compatibility "st,stm32mp1,pwr-reg" > is available. > > Signed-off-by: Patrick Delaunay > --- Applied to u-boot-stm32/master, thanks! Regards Patrick