Re: [PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-12 Thread Maxime Ripard
On Fri, Oct 12, 2018 at 12:35:23PM +0300, Aleksandr Aleksandrov wrote: > > >>  +&uart1 { > > >>  + pinctrl-names = "default"; > > >>  + pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>; > > >>  + status = "okay"; > > >>  +}; > > >> > > >> I guess this is for bluetooth? Have you tested serdev driver

Re: [PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-12 Thread Aleksandr Aleksandrov
Hi, > >>  +/ { > >>  + model = "Emlid Neutis N5 Developer board"; > >>  + compatible = "emlid,emlid-neutis-n5-devboard", > >>  + "emlid,emlid-neutis-n5", > >> > >> Do you need the two emlid there? What comes before the comma is the > >> vendor, while what is after is the model. > >

Re: [PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-11 Thread Maxime Ripard
On Thu, Oct 11, 2018 at 03:20:11PM +0200, Andreas Färber wrote: > >> Also, I have a general comments, and it really depends on what your > >> intention about the board ecosystem is. Do you expect the SOM to be > >> swappable in multiple boards, or do you expect to send it as something > >> that is

Re: [PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-11 Thread Andreas Färber
Hi Aleksandr, Please keep your replies in text-only format, not HTML. Am 11.10.18 um 14:01 schrieb aleksandr.aleksand...@emlid.com: >>  +/ { >>  + model = "Emlid Neutis N5 Developer board"; >>  + compatible = "emlid,emlid-neutis-n5-devboard", >>  + "emlid,emlid-neutis-n5", >> >> D

Re: [PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-10 Thread Maxime Ripard
Hi, On Mon, Oct 08, 2018 at 06:20:42PM +0300, Aleksandr Aleksandrov wrote: > Emlid Neutis N5 is a SoM based on Allwinner H5, has a WiFi & BT > module, DDR3 RAM and eMMC. > > - add neutis n5 dtsi file for SoM needs > - add neutis devboard dts file > - add neutis devboard target to dtb makefile > -

[PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-08 Thread Aleksandr Aleksandrov
Emlid Neutis N5 is a SoM based on Allwinner H5, has a WiFi & BT module, DDR3 RAM and eMMC. - add neutis n5 dtsi file for SoM needs - add neutis devboard dts file - add neutis devboard target to dtb makefile - new vendor prefix - emlid Signed-off-by: Aleksandr Aleksandrov --- .../devicetree/bind

Re: [PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-05 Thread Maxime Ripard
Hi, On Fri, Oct 05, 2018 at 04:25:49PM +0300, Aleksandr Aleksandrov wrote: > Emlid Neutis N5 is a SoM based on Allwinner H5, has a WiFi & BT > module, DDR3 RAM and eMMC. > > - add neutis n5 dtsi file for SoM needs > - add neutis devboard dts file > - add neutis devboard target to dtb makefile > -

[PATCH v3] arm64: new board - Emlid Neutis N5

2018-10-05 Thread Aleksandr Aleksandrov
Emlid Neutis N5 is a SoM based on Allwinner H5, has a WiFi & BT module, DDR3 RAM and eMMC. - add neutis n5 dtsi file for SoM needs - add neutis devboard dts file - add neutis devboard target to dtb makefile - new vendor prefix - emlid Signed-off-by: Aleksandr Aleksandrov Cc: Maxime Ripard ---