From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 0/3] ARM: dts: imx31: add device tree description of basic controllers Date: Wed, 4 Jul 2018 22:05:45 -0300 Message-ID: References: <20180703192934.6080-1-vz@mleia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180703192934.6080-1-vz@mleia.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Vladimir Zapolskiy Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Sascha Hauer , Rob Herring , NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org Hi Vladimir, On Tue, Jul 3, 2018 at 4:29 PM, Vladimir Zapolskiy wrote: > The changeset combines a number of essential updates to support device tree > on Freescale i.MX31 powered boards: > * removal of bogus RNGA registration for i.MX31 (device tree only), > * the core controllers on the i.MX31 SoC are now properly described, > * for reference and testing I add basic support of LogicPD MX31Lite board. > > There are some missing compatibles in the change 2/3, however at the moment > I assume that either adding the values can be omitted or deferred, here is > the exact list: > * "fsl,imx31-pata" > * "fsl,imx31-rtc" > * "fsl,imx31-nand" > * "fsl,imx31-weim" > > To test the changes I used a LogicPD reference board, however note that > still I have to add a workaround to the old known issue within imx-wdt Hopefully you and Uwe can reach an agreement on the imx31 watchdog fix :-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Wed, 4 Jul 2018 22:05:45 -0300 Subject: [PATCH 0/3] ARM: dts: imx31: add device tree description of basic controllers In-Reply-To: <20180703192934.6080-1-vz@mleia.com> References: <20180703192934.6080-1-vz@mleia.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Vladimir, On Tue, Jul 3, 2018 at 4:29 PM, Vladimir Zapolskiy wrote: > The changeset combines a number of essential updates to support device tree > on Freescale i.MX31 powered boards: > * removal of bogus RNGA registration for i.MX31 (device tree only), > * the core controllers on the i.MX31 SoC are now properly described, > * for reference and testing I add basic support of LogicPD MX31Lite board. > > There are some missing compatibles in the change 2/3, however at the moment > I assume that either adding the values can be omitted or deferred, here is > the exact list: > * "fsl,imx31-pata" > * "fsl,imx31-rtc" > * "fsl,imx31-nand" > * "fsl,imx31-weim" > > To test the changes I used a LogicPD reference board, however note that > still I have to add a workaround to the old known issue within imx-wdt Hopefully you and Uwe can reach an agreement on the imx31 watchdog fix :-)