All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] configs: tqma6: defconfig updates
@ 2023-03-27  8:23 Markus Niebel
  2023-03-27  8:23 ` [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL Markus Niebel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Markus Niebel @ 2023-03-27  8:23 UTC (permalink / raw)
  To: u-boot; +Cc: u-boot, trini, Markus Niebel

Update defconfigs for TQMa6x family of boards. Primary goal
is to do the overdue switch to DM_SERIAL. While at it, use
also DM for MDIO / PHY and enable DM_THERMAL.

v2:
Change topic from boards to configs. No further changes.
Add Tom Rini to receivers since most of the changes over the
last years were authored by him.

Markus Niebel (3):
  configs: tqma6: switch to DM_SERIAL
  configs: tqma6: enable DM for MDIO / PHY
  configs: tqma6: enable DM_THERMAL

 configs/tqma6dl_mba6_mmc_defconfig | 7 ++++++-
 configs/tqma6dl_mba6_spi_defconfig | 7 ++++++-
 configs/tqma6q_mba6_mmc_defconfig  | 7 ++++++-
 configs/tqma6q_mba6_spi_defconfig  | 7 ++++++-
 configs/tqma6s_mba6_mmc_defconfig  | 7 ++++++-
 configs/tqma6s_mba6_spi_defconfig  | 7 ++++++-
 6 files changed, 36 insertions(+), 6 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL
  2023-03-27  8:23 [PATCH v2 0/3] configs: tqma6: defconfig updates Markus Niebel
@ 2023-03-27  8:23 ` Markus Niebel
  2023-04-04 10:18   ` sbabic
  2023-03-27  8:23 ` [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY Markus Niebel
  2023-03-27  8:23 ` [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL Markus Niebel
  2 siblings, 1 reply; 7+ messages in thread
From: Markus Niebel @ 2023-03-27  8:23 UTC (permalink / raw)
  To: u-boot; +Cc: u-boot, trini, Markus Niebel

Usage without DM_SERIAL is deprecated. Fix this.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
---
 configs/tqma6dl_mba6_mmc_defconfig | 2 +-
 configs/tqma6dl_mba6_spi_defconfig | 2 +-
 configs/tqma6q_mba6_mmc_defconfig  | 2 +-
 configs/tqma6q_mba6_spi_defconfig  | 2 +-
 configs/tqma6s_mba6_mmc_defconfig  | 2 +-
 configs/tqma6s_mba6_spi_defconfig  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/configs/tqma6dl_mba6_mmc_defconfig b/configs/tqma6dl_mba6_mmc_defconfig
index a02ee927852..3f19430d653 100644
--- a/configs/tqma6dl_mba6_mmc_defconfig
+++ b/configs/tqma6dl_mba6_mmc_defconfig
@@ -61,4 +61,4 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_SPECIFY_CONSOLE_INDEX is not set
+CONFIG_DM_SERIAL=y
diff --git a/configs/tqma6dl_mba6_spi_defconfig b/configs/tqma6dl_mba6_spi_defconfig
index 8f7e0ac1019..1a30d58a756 100644
--- a/configs/tqma6dl_mba6_spi_defconfig
+++ b/configs/tqma6dl_mba6_spi_defconfig
@@ -65,4 +65,4 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_SPECIFY_CONSOLE_INDEX is not set
+CONFIG_DM_SERIAL=y
diff --git a/configs/tqma6q_mba6_mmc_defconfig b/configs/tqma6q_mba6_mmc_defconfig
index 48822f388c8..aa3ee0e3e96 100644
--- a/configs/tqma6q_mba6_mmc_defconfig
+++ b/configs/tqma6q_mba6_mmc_defconfig
@@ -61,4 +61,4 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_SPECIFY_CONSOLE_INDEX is not set
+CONFIG_DM_SERIAL=y
diff --git a/configs/tqma6q_mba6_spi_defconfig b/configs/tqma6q_mba6_spi_defconfig
index ed774262aec..5407d095082 100644
--- a/configs/tqma6q_mba6_spi_defconfig
+++ b/configs/tqma6q_mba6_spi_defconfig
@@ -65,4 +65,4 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_SPECIFY_CONSOLE_INDEX is not set
+CONFIG_DM_SERIAL=y
diff --git a/configs/tqma6s_mba6_mmc_defconfig b/configs/tqma6s_mba6_mmc_defconfig
index 9400c648121..84eb98fcaef 100644
--- a/configs/tqma6s_mba6_mmc_defconfig
+++ b/configs/tqma6s_mba6_mmc_defconfig
@@ -61,4 +61,4 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_SPECIFY_CONSOLE_INDEX is not set
+CONFIG_DM_SERIAL=y
diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig
index ddbf9a757e6..76e447a606b 100644
--- a/configs/tqma6s_mba6_spi_defconfig
+++ b/configs/tqma6s_mba6_spi_defconfig
@@ -65,4 +65,4 @@ CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
-# CONFIG_SPECIFY_CONSOLE_INDEX is not set
+CONFIG_DM_SERIAL=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY
  2023-03-27  8:23 [PATCH v2 0/3] configs: tqma6: defconfig updates Markus Niebel
  2023-03-27  8:23 ` [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL Markus Niebel
@ 2023-03-27  8:23 ` Markus Niebel
  2023-04-04 10:20   ` sbabic
  2023-03-27  8:23 ` [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL Markus Niebel
  2 siblings, 1 reply; 7+ messages in thread
From: Markus Niebel @ 2023-03-27  8:23 UTC (permalink / raw)
  To: u-boot; +Cc: u-boot, trini, Markus Niebel

Since this works with current device trees, enabled these.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
---
 configs/tqma6dl_mba6_mmc_defconfig | 3 +++
 configs/tqma6dl_mba6_spi_defconfig | 3 +++
 configs/tqma6q_mba6_mmc_defconfig  | 3 +++
 configs/tqma6q_mba6_spi_defconfig  | 3 +++
 configs/tqma6s_mba6_mmc_defconfig  | 3 +++
 configs/tqma6s_mba6_spi_defconfig  | 3 +++
 6 files changed, 18 insertions(+)

diff --git a/configs/tqma6dl_mba6_mmc_defconfig b/configs/tqma6dl_mba6_mmc_defconfig
index 3f19430d653..a848dc84590 100644
--- a/configs/tqma6dl_mba6_mmc_defconfig
+++ b/configs/tqma6dl_mba6_mmc_defconfig
@@ -51,7 +51,10 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
diff --git a/configs/tqma6dl_mba6_spi_defconfig b/configs/tqma6dl_mba6_spi_defconfig
index 1a30d58a756..d1db8cce477 100644
--- a/configs/tqma6dl_mba6_spi_defconfig
+++ b/configs/tqma6dl_mba6_spi_defconfig
@@ -55,7 +55,10 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
diff --git a/configs/tqma6q_mba6_mmc_defconfig b/configs/tqma6q_mba6_mmc_defconfig
index aa3ee0e3e96..cc57c7b8bf3 100644
--- a/configs/tqma6q_mba6_mmc_defconfig
+++ b/configs/tqma6q_mba6_mmc_defconfig
@@ -51,7 +51,10 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
diff --git a/configs/tqma6q_mba6_spi_defconfig b/configs/tqma6q_mba6_spi_defconfig
index 5407d095082..8776aef29c5 100644
--- a/configs/tqma6q_mba6_spi_defconfig
+++ b/configs/tqma6q_mba6_spi_defconfig
@@ -55,7 +55,10 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
diff --git a/configs/tqma6s_mba6_mmc_defconfig b/configs/tqma6s_mba6_mmc_defconfig
index 84eb98fcaef..a613279f72b 100644
--- a/configs/tqma6s_mba6_mmc_defconfig
+++ b/configs/tqma6s_mba6_mmc_defconfig
@@ -51,7 +51,10 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig
index 76e447a606b..ef7733f4f7d 100644
--- a/configs/tqma6s_mba6_spi_defconfig
+++ b/configs/tqma6s_mba6_spi_defconfig
@@ -55,7 +55,10 @@ CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 # CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_DM_MDIO=y
+CONFIG_DM_ETH_PHY=y
 CONFIG_FEC_MXC=y
+CONFIG_RGMII=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL
  2023-03-27  8:23 [PATCH v2 0/3] configs: tqma6: defconfig updates Markus Niebel
  2023-03-27  8:23 ` [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL Markus Niebel
  2023-03-27  8:23 ` [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY Markus Niebel
@ 2023-03-27  8:23 ` Markus Niebel
  2023-04-04 10:19   ` sbabic
  2 siblings, 1 reply; 7+ messages in thread
From: Markus Niebel @ 2023-03-27  8:23 UTC (permalink / raw)
  To: u-boot; +Cc: u-boot, trini, Markus Niebel

Enabling this gives some informal output at boot time.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
---
 configs/tqma6dl_mba6_mmc_defconfig | 2 ++
 configs/tqma6dl_mba6_spi_defconfig | 2 ++
 configs/tqma6q_mba6_mmc_defconfig  | 2 ++
 configs/tqma6q_mba6_spi_defconfig  | 2 ++
 configs/tqma6s_mba6_mmc_defconfig  | 2 ++
 configs/tqma6s_mba6_spi_defconfig  | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/configs/tqma6dl_mba6_mmc_defconfig b/configs/tqma6dl_mba6_mmc_defconfig
index a848dc84590..34d0dddfcbd 100644
--- a/configs/tqma6dl_mba6_mmc_defconfig
+++ b/configs/tqma6dl_mba6_mmc_defconfig
@@ -65,3 +65,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_SERIAL=y
+CONFIG_DM_THERMAL=y
+CONFIG_IMX_THERMAL=y
diff --git a/configs/tqma6dl_mba6_spi_defconfig b/configs/tqma6dl_mba6_spi_defconfig
index d1db8cce477..1bd7f8d7b39 100644
--- a/configs/tqma6dl_mba6_spi_defconfig
+++ b/configs/tqma6dl_mba6_spi_defconfig
@@ -69,3 +69,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_SERIAL=y
+CONFIG_DM_THERMAL=y
+CONFIG_IMX_THERMAL=y
diff --git a/configs/tqma6q_mba6_mmc_defconfig b/configs/tqma6q_mba6_mmc_defconfig
index cc57c7b8bf3..f1f42322940 100644
--- a/configs/tqma6q_mba6_mmc_defconfig
+++ b/configs/tqma6q_mba6_mmc_defconfig
@@ -65,3 +65,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_SERIAL=y
+CONFIG_DM_THERMAL=y
+CONFIG_IMX_THERMAL=y
diff --git a/configs/tqma6q_mba6_spi_defconfig b/configs/tqma6q_mba6_spi_defconfig
index 8776aef29c5..cc8616fcfe6 100644
--- a/configs/tqma6q_mba6_spi_defconfig
+++ b/configs/tqma6q_mba6_spi_defconfig
@@ -69,3 +69,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_SERIAL=y
+CONFIG_DM_THERMAL=y
+CONFIG_IMX_THERMAL=y
diff --git a/configs/tqma6s_mba6_mmc_defconfig b/configs/tqma6s_mba6_mmc_defconfig
index a613279f72b..bd9476cf743 100644
--- a/configs/tqma6s_mba6_mmc_defconfig
+++ b/configs/tqma6s_mba6_mmc_defconfig
@@ -65,3 +65,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_SERIAL=y
+CONFIG_DM_THERMAL=y
+CONFIG_IMX_THERMAL=y
diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig
index ef7733f4f7d..a9aa3fc8506 100644
--- a/configs/tqma6s_mba6_spi_defconfig
+++ b/configs/tqma6s_mba6_spi_defconfig
@@ -69,3 +69,5 @@ CONFIG_DM_REGULATOR_PFUZE100=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_SERIAL=y
+CONFIG_DM_THERMAL=y
+CONFIG_IMX_THERMAL=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL
  2023-03-27  8:23 ` [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL Markus Niebel
@ 2023-04-04 10:18   ` sbabic
  0 siblings, 0 replies; 7+ messages in thread
From: sbabic @ 2023-04-04 10:18 UTC (permalink / raw)
  To: Markus Niebel, u-boot

> Usage without DM_SERIAL is deprecated. Fix this.
> Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL
  2023-03-27  8:23 ` [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL Markus Niebel
@ 2023-04-04 10:19   ` sbabic
  0 siblings, 0 replies; 7+ messages in thread
From: sbabic @ 2023-04-04 10:19 UTC (permalink / raw)
  To: Markus Niebel, u-boot

> Enabling this gives some informal output at boot time.
> Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY
  2023-03-27  8:23 ` [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY Markus Niebel
@ 2023-04-04 10:20   ` sbabic
  0 siblings, 0 replies; 7+ messages in thread
From: sbabic @ 2023-04-04 10:20 UTC (permalink / raw)
  To: Markus Niebel, u-boot

> Since this works with current device trees, enabled these.
> Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-04 10:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27  8:23 [PATCH v2 0/3] configs: tqma6: defconfig updates Markus Niebel
2023-03-27  8:23 ` [PATCH v2 1/3] configs: tqma6: switch to DM_SERIAL Markus Niebel
2023-04-04 10:18   ` sbabic
2023-03-27  8:23 ` [PATCH v2 2/3] configs: tqma6: enable DM for MDIO / PHY Markus Niebel
2023-04-04 10:20   ` sbabic
2023-03-27  8:23 ` [PATCH v2 3/3] configs: tqma6: enable DM_THERMAL Markus Niebel
2023-04-04 10:19   ` sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.