2 changes: 2 additions & 0 deletions arch/arm/include/asm/arch-rockchip/cru.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# include <asm/arch-rockchip/cru_rk3288.h>
#elif defined(CONFIG_ROCKCHIP_RK3399)
# include <asm/arch-rockchip/cru_rk3399.h>
#elif defined(CONFIG_ROCKCHIP_RK3568)
#include <asm/arch-rockchip/cru_rk3568.h>
#endif

/* CRU_GLB_RST_ST */
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/include/asm/arch-rockchip/cru_rk3568.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ struct rk3568_cru {
unsigned int emmc_con[2];/* Address Offset: 0x0598 */
};

#define rockchip_cru rk3568_cru

check_member(rk3568_cru, mode_con00, 0xc0);
check_member(rk3568_cru, softrst_con[0], 0x400);

Expand Down
6 changes: 0 additions & 6 deletions drivers/net/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,6 @@ config PHY_MICREL_KSZ8XXX

endif # PHY_MICREL

config PHY_MOTORCOMM
tristate "Motorcomm PHYs"
help
Enables support for Motorcomm network PHYs.
Currently supports the YT8511 and YT8531 Gigabit Ethernet PHYs.

config PHY_MSCC
bool "Microsemi Corp Ethernet PHYs support"

Expand Down
1 change: 0 additions & 1 deletion drivers/net/phy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ obj-$(CONFIG_PHY_MARVELL_10G) += marvell10g.o
obj-$(CONFIG_PHY_MICREL_KSZ8XXX) += micrel_ksz8xxx.o
obj-$(CONFIG_PHY_MICREL_KSZ90X1) += micrel_ksz90x1.o
obj-$(CONFIG_PHY_MESON_GXL) += meson-gxl.o
obj-$(CONFIG_PHY_MOTORCOMM) += motorcomm.o
obj-$(CONFIG_PHY_NATSEMI) += natsemi.o
obj-$(CONFIG_PHY_NXP_C45_TJA11XX) += nxp-c45-tja11xx.o
obj-$(CONFIG_PHY_NXP_TJA11XX) += nxp-tja11xx.o
Expand Down
Loading