Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
32 lines
968 B
Diff
32 lines
968 B
Diff
From 68817a14ae9dff587cee8515e68c67cba89b39ab Mon Sep 17 00:00:00 2001
|
|
From: Chuanhong Guo <gch981213@gmail.com>
|
|
Date: Mon, 9 Sep 2024 10:18:33 +0800
|
|
Subject: [PATCH 7/9] phy: add support for SF19A2890 USB PHY
|
|
|
|
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
|
|
---
|
|
drivers/phy/Kconfig | 1 +
|
|
drivers/phy/Makefile | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/drivers/phy/Kconfig
|
|
+++ b/drivers/phy/Kconfig
|
|
@@ -90,6 +90,7 @@ source "drivers/phy/ralink/Kconfig"
|
|
source "drivers/phy/renesas/Kconfig"
|
|
source "drivers/phy/rockchip/Kconfig"
|
|
source "drivers/phy/samsung/Kconfig"
|
|
+source "drivers/phy/siflower/Kconfig"
|
|
source "drivers/phy/socionext/Kconfig"
|
|
source "drivers/phy/st/Kconfig"
|
|
source "drivers/phy/starfive/Kconfig"
|
|
--- a/drivers/phy/Makefile
|
|
+++ b/drivers/phy/Makefile
|
|
@@ -29,6 +29,7 @@ obj-y += allwinner/ \
|
|
renesas/ \
|
|
rockchip/ \
|
|
samsung/ \
|
|
+ siflower/ \
|
|
socionext/ \
|
|
st/ \
|
|
starfive/ \
|