Re: [PATCH v2] ARM: dts: sun5i: Add dts for inet86v_rev2

2021-02-08 Thread Alexandre GRIVEAUX
On Wed, Feb 03, 2021 at 10:21:03AM +0100, Maxime Ripard wrote: > On Mon, Feb 01, 2021 at 06:18:18PM +0100, agriveaux wrote: > > On Thu, Jan 28, 2021 at 06:23:29PM +0100, Maxime Ripard wrote: > > > Hi, > > Hi, Hello, > > > > > > On Sun, Jan 24, 2021 at

[PATCH v2] ARM: dts: sun5i: Add dts for inet86v_rev2

2021-01-24 Thread Alexandre GRIVEAUX
-by: Alexandre GRIVEAUX --- arch/arm/boot/dts/sun5i-a13-inet-86v-rev2.dts | 17 + 1 file changed, 17 insertions(+) create mode 100644 arch/arm/boot/dts/sun5i-a13-inet-86v-rev2.dts diff --git a/arch/arm/boot/dts/sun5i-a13-inet-86v-rev2.dts b/arch/arm/boot/dts/sun5i-a13-inet-86v-rev2.dts new

Re: [PATCH] MIPS: CI20: DTS: Correcting IW8103 Wifi binding

2020-07-06 Thread Alexandre GRIVEAUX
Le 06/07/2020 à 13:15, H. Nikolaus Schaller a écrit : > Hi Alexandre, > >> Am 05.07.2020 um 12:32 schrieb agrive...@deutnet.info: >> >> From: Alexandre GRIVEAUX >> >> Use brcm,bcm4329-fmac instead of brcm,bcm4330-fmac. >> >> Signed-off-by: Alexandr

Re: [PATCH v2 5/5] MIPS: JZ4780: DTS: Add CPU nodes

2019-10-02 Thread Alexandre GRIVEAUX
Hi Paul and other. > Hi Alexandre, > This should probably be something like ingenic,xburst2. JZ4780 is the > SoC. It also should be a documented binding, but I think it would be > worth holding off on the whole thing until we actually get SMP support > merged - just in case we come up with a

[PATCH v2 5/5] MIPS: JZ4780: DTS: Add CPU nodes

2019-10-01 Thread Alexandre GRIVEAUX
The JZ4780 have 2 core, adding to DT. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index f928329b034b

[PATCH v2 4/5] MIPS: CI20: DTS: Add Leds

2019-10-01 Thread Alexandre GRIVEAUX
Adding leds and related triggers. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/ci20.dts | 28 1 file changed, 28 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index c62c36ae94c2

[PATCH v2 2/5] MIPS: CI20: DTS: Add I2C nodes

2019-10-01 Thread Alexandre GRIVEAUX
Adding missing I2C nodes and some peripheral: - PMU - RTC Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/ci20.dts | 147 1 file changed, 147 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts

[PATCH v2 3/5] MIPS: CI20: DTS: Add IW8103 Wifi + bluetooth

2019-10-01 Thread Alexandre GRIVEAUX
Add IW8103 Wifi + bluetooth module to device tree and related power domain. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/ci20.dts | 39 + 1 file changed, 39 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts

[PATCH v2 1/5] MIPS: JZ4780: DTS: Add I2C nodes

2019-10-01 Thread Alexandre GRIVEAUX
Add the devicetree nodes for the I2C core of the JZ4780 SoC, disabled by default. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 86 ++ 1 file changed, 86 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot

[PATCH v2 0/5] MIPS: CI20: DTS: Add nodes to Creator CI20 board

2019-10-01 Thread Alexandre GRIVEAUX
without SMP support of jz4780. Alexandre GRIVEAUX (5): MIPS: JZ4780: DTS: Add I2C nodes MIPS: CI20: DTS: Add I2C nodes MIPS: CI20: DTS: Add IW8103 Wifi + bluetooth MIPS: CI20: DTS: Add Leds MIPS: JZ4780: DTS: Add CPU nodes v2 adding previous sended patch: JZ4780: DTS: Add I2C nodes arch

Re: [PATCH 1/4] MIPS: CI20: DTS: Add I2C nodes

2019-09-26 Thread Alexandre GRIVEAUX
, we also suggest to use '--base' option to specify the > base tree in git format-patch, please see > https://stackoverflow.com/a/37406982] > > url: > https://github.com/0day-ci/linux/commits/Alexandre-GRIVEAUX/MIPS-CI20-DTS-Add-nodes-to-Creator-CI20-board/20190923-041656 > conf

[PATCH 4/4] MIPS: JZ4780: DTS: Add CPU nodes

2019-09-22 Thread Alexandre GRIVEAUX
The JZ4780 have 2 core, adding to DT. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index f928329b034b

[PATCH 3/4] MIPS: CI20: DTS: Add Leds

2019-09-22 Thread Alexandre GRIVEAUX
Adding leds and related triggers. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/ci20.dts | 28 1 file changed, 28 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts index c62c36ae94c2

[PATCH 2/4] MIPS: CI20: DTS: Add IW8103 Wifi + bluetooth

2019-09-22 Thread Alexandre GRIVEAUX
Add IW8103 Wifi + bluetooth module to device tree and related power domain. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/ci20.dts | 39 + 1 file changed, 39 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts

[PATCH 1/4] MIPS: CI20: DTS: Add I2C nodes

2019-09-22 Thread Alexandre GRIVEAUX
Adding missing I2C nodes and some peripheral: - PMU - RTC Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/ci20.dts | 147 1 file changed, 147 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/ci20.dts b/arch/mips/boot/dts/ingenic/ci20.dts

[PATCH 0/4] MIPS: CI20: DTS: Add nodes to Creator CI20 board

2019-09-22 Thread Alexandre GRIVEAUX
. Alexandre GRIVEAUX (4): MIPS: CI20: DTS: Add I2C nodes MIPS: CI20: DTS: Add IW8103 Wifi + bluetooth MIPS: CI20: DTS: Add Leds MIPS: JZ4780: DTS: Add CPU nodes arch/mips/boot/dts/ingenic/ci20.dts| 214 + arch/mips/boot/dts/ingenic/jz4780.dtsi | 17 ++ 2 files

[PATCHv4] MIPS: JZ4780: DTS: Add I2C nodes

2019-09-10 Thread Alexandre GRIVEAUX
Add the devicetree nodes for the I2C core of the JZ4780 SoC, disabled by default. Signed-off-by: Alexandre GRIVEAUX --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 86 ++ 1 file changed, 86 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot

[PATCHv3] MIPS: JZ4780: DTS: Add I2C nodes

2019-07-17 Thread Alexandre GRIVEAUX
Add the devicetree nodes for the I2C core of the JZ4780 SoC, disabled by default. --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 86 ++ 1 file changed, 86 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index

[PATCH] MIPS: JZ4740: DTS: Add I2C nodes

2019-07-17 Thread Alexandre GRIVEAUX
Add the devicetree nodes for the I2C core of the JZ4780 SoC, disabled by default. --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 86 ++ 1 file changed, 86 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index

[PATCHv2] MIPS: JZ4780: DTS: Add I2C nodes Ralf Baechle ,

2019-07-17 Thread Alexandre GRIVEAUX
Add the devicetree nodes for the I2C core of the JZ4780 SoC, disabled by default. --- arch/mips/boot/dts/ingenic/jz4780.dtsi | 86 ++ 1 file changed, 86 insertions(+) diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index