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 >

[PATCH v3 0/2] Add basic support for pico-pi-imx8m

2019-07-18 Thread Andra Danciu
lator-virtuals node - remove always-on property from buck1-8 and ldo3-7 - remove pmic-buck-uses-i2c-dvs property for buck1-4 Andra Danciu (1): dt-bindings: arm: fsl: Add the pico-pi-imx8m board Richard Hu (1): arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M Documentation/devic

[PATCH v3 1/2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

2019-07-18 Thread Andra Danciu
From: Richard Hu The current level of support yields a working console and is able to boot userspace from NFS or init ramdisk. Additional subsystems that are active : - Ethernet - USB Cc: Daniel Baluta Signed-off-by: Richard Hu Signed-off-by: Andra Danciu --- arch/arm64

[PATCH v3 2/2] dt-bindings: arm: fsl: Add the pico-pi-imx8m board

2019-07-18 Thread Andra Danciu
Add an entry for TechNexion PICO-PI-IMX8M board based on i.MX8MQ SoC Cc: Daniel Baluta Signed-off-by: Andra Danciu --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree

[PATCH 08/20] ASoC: imx-pcm-fiq: Switch to SPDX identifier

2019-04-05 Thread Andra Danciu
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Andra Danciu --- sound/soc/fsl/imx-pcm-fiq.c | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c index

[PATCH 14/20] ASoC: mpc8610_hpcd: Switch to SPDX identifier

2019-04-05 Thread Andra Danciu
Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Andra Danciu --- sound/soc/fsl/mpc8610_hpcd.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c index

[PATCH 2/2] ASoC: codecs: Add uda1334 codec driver

2019-07-31 Thread Andra Danciu
: Andra Danciu --- sound/soc/codecs/Kconfig | 9 ++ sound/soc/codecs/Makefile | 2 + sound/soc/codecs/uda1334.c | 295 + 3 files changed, 306 insertions(+) create mode 100644 sound/soc/codecs/uda1334.c diff --git a/sound/soc/codecs/Kconfig b

[PATCH 0/2] ASoC: Add uda1334 codec driver

2019-07-31 Thread Andra Danciu
The first patch contains uda1334 documentation. The second patch contains the codec driver. Andra Danciu (2): dt-bindings: sound: Add bindings for UDA1334 codec ASoC: codecs: Add uda1334 codec driver .../devicetree/bindings/sound/uda1334.txt | 17 ++ sound/soc/codecs/Kconfig

[PATCH 1/2] dt-bindings: sound: Add bindings for UDA1334 codec

2019-07-31 Thread Andra Danciu
The UDA1334 is an NXP audio codec, supports the I2S-bus data format and has basic features such as de-emphasis (at 44.1 kHz sampling rate) and mute. Product information can be found at: https://www.nxp.com/pages/low-power-audio-dac-with-pll:UDA1334 Cc: Daniel Baluta Signed-off-by: Andra Danciu

[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

[PATCH] arm64: dts: imx8mq: Add sai6 node

2019-07-02 Thread Andra Danciu
Cc: Daniel Baluta Signed-off-by: Andra Danciu --- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index d09b808eff87..1ff664523f56 100644 --- a

[PATCH] ARM64: dts: freescale: add wand-pi-8m dtb

2019-07-02 Thread Andra Danciu
From: Richard Hu Add dtb for WAND-PI-8M board. --- arch/arm64/boot/dts/freescale/Makefile | 3 +- arch/arm64/boot/dts/freescale/wand-pi-8m.dts | 780 +++ 2 files changed, 782 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/freescale/wand-pi-8m

Re: [PATCH] ARM64: dts: freescale: add wand-pi-8m dtb

2019-07-02 Thread Andra Danciu
Please ignore this. Sent the wrong patch! În mar., 2 iul. 2019 la 16:02, Andra Danciu a scris: > > From: Richard Hu > > Add dtb for WAND-PI-8M board. > --- > arch/arm64/boot/dts/freescale/Makefile | 3 +- > arch/arm64/boot/dts/freescale

[PATCH v2] arm64: dts: imx8mq: Add sai3 and sai6 nodes

2019-07-02 Thread Andra Danciu
SAI3 and SAI6 nodes are used to connect to an external codec. They have 1 Tx and 1 Rx dataline. Cc: Daniel Baluta Signed-off-by: Andra Danciu --- Changes since v1: - Added sai3 node because we need it to enable audio on pico-pi-8m - Added commit description arch/arm64/boot/dts

[PATCH v3] arm64: dts: imx8mq: Add sai3 and sai6 nodes

2019-07-02 Thread Andra Danciu
SAI3 and SAI6 nodes are used to connect to an external codec. They have 1 Tx and 1 Rx dataline. Cc: Daniel Baluta Signed-off-by: Andra Danciu --- Changes since v2: - removed multiple new lines Changes since v1: - Added sai3 node because we need it to enable audio on pico-pi-8m

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

2019-07-19 Thread Andra Danciu
Hi Fabio, Please find my answers inline: În vin., 19 iul. 2019 la 02:05, Fabio Estevam a scris: > > Hi Andra, > > On Thu, Jul 18, 2019 at 9:16 AM Andra Danciu > wrote: > > > > From: Richard Hu > > Please put a few words about the board and a link to its webpa

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

2019-07-19 Thread Andra Danciu
Hi Fabio, I compiled with W=1 and you are right, they cause warning. I will remove them. În vin., 19 iul. 2019 la 14:19, Fabio Estevam a scris: > > Hi Andra, > > On Fri, Jul 19, 2019 at 7:48 AM andradanciu1997 > wrote: > > > + pmic: pmic@4b { > > + reg = <0x4b>; > > +

[RFC PATCH] arm64: dts: fsl: wandboard: Add a device tree for the PICO-PI-IMX8M

2019-06-20 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