[PATCH v3 3/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning

2022-06-02 Thread Anthoine Bourgeois
Add the missing ethernet node in u-boot dts. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/omap3-devkit8000-u-boot.dtsi | 6 ++ configs/devkit8000_defconfig | 1 + 2 files changed, 7 insertions(+) diff --git a/arch/arm/dts/omap3-devkit8000-u-boot.dtsi b/arch/arm/dts

[PATCH v3 2/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning

2022-06-02 Thread Anthoine Bourgeois
Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower the speed to the default value 100Khz. v2: fix i2c1 frequency in the root omap3-u-boot.dtsi include. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/omap3-u-boot.dtsi | 1 + configs/devkit8000_defconfig | 1 + 2 files ch

[PATCH v3 1/3] ARM: dts: omap3-devkit8000: Add support for Devkit8000

2022-06-02 Thread Anthoine Bourgeois
This commit adds OMAP3 BeagleBoard devicetree files from Linux v5.16.0. This commit fixes CONFIG_DM_MMC warning. v3: patch clean-up Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/Makefile | 2 + arch/arm/dts/omap3-devkit8000-u-boot.dtsi | 14 + arch/arm/dts/omap3

[PATCH v3 0/3] Support Devkit800 device tree

2022-06-02 Thread Anthoine Bourgeois
This serie clean-up the devkit8000 configuration to support device tree and fixes CONFIG_DM_* warnings. v3: Clean-up the first patch and rebase the serie. v2: Override i2c1 frequency in omap3-u-boot.dtsi. Anthoine Bourgeois (3): ARM: dts: omap3-devkit8000: Add support for Devkit8000 ARM: dts

Re: [PATCH v2 0/3] Support Devkit800 device tree

2022-05-21 Thread Anthoine Bourgeois
Gentle ping. Any comments? Thank you, Anthoine On Mon, May 16, 2022 at 11:04:26PM +0200, Anthoine Bourgeois wrote: This serie clean-up the devkit8000 configuration to support device tree and fixes CONFIG_DM_* warnings. v2: Override i2c1 frequency in omap3-u-boot.dtsi. Anthoine Bourgeois (3

Re: [PATCH 2/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning

2022-05-18 Thread Anthoine Bourgeois
On Sun, May 15, 2022 at 01:58:37PM -0500, Derald Woods wrote: On Sun, May 15, 2022 at 9:01 AM Tom Rini wrote: On Sun, May 15, 2022 at 03:38:21PM +0200, Anthoine Bourgeois wrote: > Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower > the speed to the default v

[PATCH v2 1/3] ARM: dts: omap3-devkit8000: Add support for Devkit8000

2022-05-16 Thread Anthoine Bourgeois
This commit adds OMAP3 BeagleBoard devicetree files from Linux v5.16.0. This commit fixes CONFIG_DM_MMC warning. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/Makefile | 2 + arch/arm/dts/omap3-devkit8000-u-boot.dtsi | 14 + arch/arm/dts/omap3-devkit8000.dts

[PATCH v2 2/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning

2022-05-16 Thread Anthoine Bourgeois
Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower the speed to the default value 100Khz. v2: fix i2c1 frequency in the root omap3-u-boot.dtsi include. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/omap3-u-boot.dtsi | 1 + configs/devkit8000_defconfig | 1 + 2 files ch

[PATCH v2 0/3] Support Devkit800 device tree

2022-05-16 Thread Anthoine Bourgeois
This serie clean-up the devkit8000 configuration to support device tree and fixes CONFIG_DM_* warnings. v2: Override i2c1 frequency in omap3-u-boot.dtsi. Anthoine Bourgeois (3): ARM: dts: omap3-devkit8000: Add support for Devkit8000 ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning ARM

[PATCH v2 3/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning

2022-05-16 Thread Anthoine Bourgeois
Add the missing ethernet node in u-boot dts. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/omap3-devkit8000-u-boot.dtsi | 6 ++ configs/devkit8000_defconfig | 1 + 2 files changed, 7 insertions(+) diff --git a/arch/arm/dts/omap3-devkit8000-u-boot.dtsi b/arch/arm/dts

[PATCH 3/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_ETH warning

2022-05-15 Thread Anthoine Bourgeois
Add the missing ethernet node in u-boot dts. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/omap3-devkit8000-u-boot.dtsi | 6 ++ configs/devkit8000_defconfig | 1 + 2 files changed, 7 insertions(+) diff --git a/arch/arm/dts/omap3-devkit8000-u-boot.dtsi b/arch/arm/dts

[PATCH 1/3] ARM: dts: omap3-devkit8000: Add support for Devkit8000

2022-05-15 Thread Anthoine Bourgeois
This commit adds OMAP3 BeagleBoard devicetree files from Linux v5.16.0. This commit fixes CONFIG_DM_MMC warning. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/Makefile | 2 + arch/arm/dts/omap3-devkit8000-u-boot.dtsi | 14 + arch/arm/dts/omap3-devkit8000.dts

[PATCH 2/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning

2022-05-15 Thread Anthoine Bourgeois
Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower the speed to the default value 100Khz. Signed-off-by: Anthoine Bourgeois --- arch/arm/dts/omap3-devkit8000.dts | 2 +- configs/devkit8000_defconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arc

[U-Boot] [PATCH 1/2] arm: omap3: devkit8000: inherit from ti_armv7_common.h

2015-01-01 Thread Anthoine Bourgeois
--- include/configs/devkit8000.h | 133 --- 1 file changed, 36 insertions(+), 97 deletions(-) diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 930b08e..182a137 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/dev

[U-Boot] [PATCH 2/2] arm: omap3: devkit8000: inherit from ti_omap3_common.h

2015-01-01 Thread Anthoine Bourgeois
Signed-off-by: Anthoine Bourgeois --- board/timll/devkit8000/devkit8000.c | 13 +++ include/configs/devkit8000.h| 45 +++-- 2 files changed, 16 insertions(+), 42 deletions(-) diff --git a/board/timll/devkit8000/devkit8000.c b/board/timll

[U-Boot] [PATCH 0/2] Make devkit8000 inherit ti_omap3_common config

2015-01-01 Thread Anthoine Bourgeois
This serie switch incrementally from a standalone devkit8000.h configuration file to an updated one that inherit armv7 and omap3 commons configurations. The second patch that switch to omap3 benefits from driver model update. Anthoine Bourgeois (2): arm: omap3: devkit8000: inherit from

Re: [U-Boot] [PATCH] devkit8000: convert to use generic board code

2014-12-31 Thread Anthoine Bourgeois
Hi, Anthoine Bourgeois wrote: > Signed-off-by: Anthoine Bourgeois > --- > > include/configs/devkit8000.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h > index 930b08e..77e2f58 100644 > --- a/i

Re: [U-Boot] [PATCH] devkit8000: convert to use generic board code

2014-12-28 Thread Anthoine Bourgeois
Hi, Anthoine Bourgeois wrote: > Signed-off-by: Anthoine Bourgeois > --- > > include/configs/devkit8000.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h > index 930b08e..77e2f58 100644 > --- a/i

[U-Boot] [PATCH] devkit8000: convert to use generic board code

2014-12-24 Thread Anthoine Bourgeois
Signed-off-by: Anthoine Bourgeois --- include/configs/devkit8000.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 930b08e..77e2f58 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -21,6 +21,7