Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) config PHY_FSL_IMX8MQ_USB
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 	tristate "Freescale i.MX8M USB3 PHY"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 	depends on OF && HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	default ARCH_MXC && ARM64
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) config PHY_MIXEL_MIPI_DPHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	tristate "Mixel MIPI DSI PHY support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	depends on OF && HAS_IOMEM
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	select GENERIC_PHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	select GENERIC_PHY_MIPI_DPHY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	select REGMAP_MMIO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  Enable this to add support for the Mixel DSI PHY as found
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	  on NXP's i.MX8 family of SOCs.