From b92794f4d02ebace7726fa7a6951e18186b48066 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Wed, 16 Jun 2021 17:22:50 +0100 Subject: kernel: bump 5.10 to 5.10.46 Add the new symbol to the generic kconfig. No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra --- target/linux/generic/config-5.10 | 1 + .../mediatek/patches-5.10/200-phy-phy-mtk-tphy-Add-hifsys-support.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index c15829e49e..a2b5a28d8e 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -3560,6 +3560,7 @@ CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_PLATFORM is not set # CONFIG_MTD_NAND_PXA3xx is not set # CONFIG_MTD_NAND_RB4XX is not set +# CONFIG_MTD_NAND_RB91X is not set # CONFIG_MTD_NAND_RB750 is not set # CONFIG_MTD_NAND_RICOH is not set # CONFIG_MTD_NAND_S3C2410 is not set diff --git a/target/linux/mediatek/patches-5.10/200-phy-phy-mtk-tphy-Add-hifsys-support.patch b/target/linux/mediatek/patches-5.10/200-phy-phy-mtk-tphy-Add-hifsys-support.patch index bd24ddc0c0..95f4be177b 100644 --- a/target/linux/mediatek/patches-5.10/200-phy-phy-mtk-tphy-Add-hifsys-support.patch +++ b/target/linux/mediatek/patches-5.10/200-phy-phy-mtk-tphy-Add-hifsys-support.patch @@ -47,7 +47,7 @@ Subject: [PATCH] phy: phy-mtk-tphy: Add hifsys-support tmp = readl(u3_banks->phya + U3P_U3_PHYA_DA_REG0); tmp &= ~(P3A_RG_XTAL_EXT_PE1H | P3A_RG_XTAL_EXT_PE2H); tmp |= P3A_RG_XTAL_EXT_PE1H_VAL(0x2) | P3A_RG_XTAL_EXT_PE2H_VAL(0x2); -@@ -1134,6 +1144,16 @@ static int mtk_tphy_probe(struct platfor +@@ -1136,6 +1146,16 @@ static int mtk_tphy_probe(struct platfor &tphy->src_ref_clk); device_property_read_u32(dev, "mediatek,src-coef", &tphy->src_coef); -- cgit v1.2.3