DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY
@ 2020-03-09 13:34 Oleksij Rempel
  2020-03-09 13:34 ` [DistroKit] [PATCH v1 2/2] platform-v7a: kernel: enable usb support for BeagleBone Black Oleksij Rempel
  2020-03-09 13:42 ` [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY Robert Schwebel
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksij Rempel @ 2020-03-09 13:34 UTC (permalink / raw)
  To: distrokit; +Cc: Oleksij Rempel

this PHY is used on BeagleBone Black

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 configs/platform-v7a/kernelconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 4614119..07bc419 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -1465,7 +1465,7 @@ CONFIG_AT803X_PHY=y
 CONFIG_REALTEK_PHY=y
 # CONFIG_RENESAS_PHY is not set
 # CONFIG_ROCKCHIP_PHY is not set
-# CONFIG_SMSC_PHY is not set
+CONFIG_SMSC_PHY=y
 # CONFIG_STE10XP is not set
 # CONFIG_TERANETICS_PHY is not set
 # CONFIG_VITESSE_PHY is not set
-- 
2.25.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* [DistroKit] [PATCH v1 2/2] platform-v7a: kernel: enable usb support for BeagleBone Black
  2020-03-09 13:34 [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY Oleksij Rempel
@ 2020-03-09 13:34 ` Oleksij Rempel
  2020-03-09 13:42   ` Robert Schwebel
  2020-03-09 13:42 ` [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY Robert Schwebel
  1 sibling, 1 reply; 4+ messages in thread
From: Oleksij Rempel @ 2020-03-09 13:34 UTC (permalink / raw)
  To: distrokit; +Cc: Oleksij Rempel

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 configs/platform-v7a/kernelconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 07bc419..d0111b2 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -2390,13 +2390,14 @@ CONFIG_USB_MUSB_HOST=y
 # CONFIG_USB_MUSB_TUSB6010 is not set
 # CONFIG_USB_MUSB_OMAP2PLUS is not set
 CONFIG_USB_MUSB_AM35X=y
-# CONFIG_USB_MUSB_DSPS is not set
+CONFIG_USB_MUSB_DSPS=y
+CONFIG_USB_MUSB_AM335X_CHILD=y
 
 #
 # MUSB DMA mode
 #
 # CONFIG_MUSB_PIO_ONLY is not set
-# CONFIG_USB_TI_CPPI41_DMA is not set
+CONFIG_USB_TI_CPPI41_DMA=y
 # CONFIG_USB_DWC3 is not set
 CONFIG_USB_DWC2=y
 CONFIG_USB_DWC2_HOST=y
-- 
2.25.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY
  2020-03-09 13:34 [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY Oleksij Rempel
  2020-03-09 13:34 ` [DistroKit] [PATCH v1 2/2] platform-v7a: kernel: enable usb support for BeagleBone Black Oleksij Rempel
@ 2020-03-09 13:42 ` Robert Schwebel
  1 sibling, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2020-03-09 13:42 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: distrokit

On Mon, Mar 09, 2020 at 02:34:50PM +0100, Oleksij Rempel wrote:
> this PHY is used on BeagleBone Black
> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  configs/platform-v7a/kernelconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to next.

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

* Re: [DistroKit] [PATCH v1 2/2] platform-v7a: kernel: enable usb support for BeagleBone Black
  2020-03-09 13:34 ` [DistroKit] [PATCH v1 2/2] platform-v7a: kernel: enable usb support for BeagleBone Black Oleksij Rempel
@ 2020-03-09 13:42   ` Robert Schwebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2020-03-09 13:42 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: distrokit

On Mon, Mar 09, 2020 at 02:34:51PM +0100, Oleksij Rempel wrote:
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  configs/platform-v7a/kernelconfig | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied to next.

rsc
-- 
Pengutronix e.K.                           | Dipl.-Ing. Robert Schwebel  |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

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

end of thread, other threads:[~2020-03-09 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 13:34 [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY Oleksij Rempel
2020-03-09 13:34 ` [DistroKit] [PATCH v1 2/2] platform-v7a: kernel: enable usb support for BeagleBone Black Oleksij Rempel
2020-03-09 13:42   ` Robert Schwebel
2020-03-09 13:42 ` [DistroKit] [PATCH v1 1/2] platform-v7a: kernel: enable SMSC_PHY Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox