Re: [PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-07-22 Thread Daniel Baluta
On Mon, Jul 22, 2019 at 9:30 PM Vaittinen, Matti wrote: > > Sorry for top posting. I'm replying using mobile phone and outlook web app... > > gpio_intr is not needed. Irq must be given using the standard irq property. > gpio_intr has been used in an old draft driver - I assume the dts originates

RE: [PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-07-22 Thread Vaittinen, Matti
Richard Hu; devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; Vaittinen, Matti; linux-...@nxp.com; Daniel Baluta Subject: Re: [PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M On Thu, Jul 18, 2019 at 02:12:10PM +0300, Andra Danciu wrote: ... >

Re: [PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-07-21 Thread Shawn Guo
On Thu, Jul 18, 2019 at 02:12:10PM +0300, Andra Danciu wrote: ... > > > + pmic: pmic@4b { > > > + reg = <0x4b>; > > > + compatible = "rohm,bd71837"; > > > + /* PMIC BD71837 PMIC_nINT GPIO1_IO12 */ > > > + pinctrl-0 = <&pinctrl_pmic>; > > > +

Re: [PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-07-18 Thread Andra Danciu
Hi Shawn, Please find my answers inline: În joi, 18 iul. 2019 la 06:55, Shawn Guo a scris: > > On Tue, Jun 25, 2019 at 03:34:07PM +0300, Andra Danciu wrote: > > From: Richard Hu > > > > The current level of support yields a working console and is able to boot > > userspace from an initial ramdi

Re: [PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-07-17 Thread Shawn Guo
On Tue, Jun 25, 2019 at 03:34:07PM +0300, Andra Danciu wrote: > From: Richard Hu > > The current level of support yields a working console and is able to boot > userspace from an initial ramdisk copied via u-boot in RAM. > > Additional subsystems that are active : > - Ethernet > - US

[PATCH v2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-06-25 Thread Andra Danciu
From: Richard Hu The current level of support yields a working console and is able to boot userspace from an initial ramdisk copied via u-boot in RAM. Additional subsystems that are active : - Ethernet - USB Cc: Daniel Baluta Signed-off-by: Richard Hu Signed-off-by: Andra Danc