From 3e2db40f4a5fd747bcd3dd3c79ef06c82a001f3a Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 12 Jul 2015 10:38:54 +0000 Subject: mvebu: make patches apply against 3.18.18 again commit r46299 broke the mvebu target because one patch does not apply any more. This commit closes #20070. Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46303 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../015-move_armada_370_xp_pinctrl_node_definition.patch | 4 ++-- .../mvebu/patches-3.18/016-common_armada_xp_uart2_3_pinctrl.patch | 2 +- .../017-define_and_use_common_armada_xp_spi_pinctrl_setting.patch | 2 +- .../018-normalize_pinctrl_entries_for_armada_socs.patch | 6 +++--- .../023-pinctrl-mvebu-a38x-Add-UART1-muxing-options.patch | 5 ++--- target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch | 2 +- 6 files changed, 10 insertions(+), 11 deletions(-) (limited to 'target/linux/mvebu/patches-3.18') diff --git a/target/linux/mvebu/patches-3.18/015-move_armada_370_xp_pinctrl_node_definition.patch b/target/linux/mvebu/patches-3.18/015-move_armada_370_xp_pinctrl_node_definition.patch index 5259e05ccb..ed36d680eb 100644 --- a/target/linux/mvebu/patches-3.18/015-move_armada_370_xp_pinctrl_node_definition.patch +++ b/target/linux/mvebu/patches-3.18/015-move_armada_370_xp_pinctrl_node_definition.patch @@ -387,7 +387,7 @@ Signed-off-by: Jason Cooper gpio0: gpio@18100 { compatible = "marvell,orion-gpio"; reg = <0x18100 0x40>; -@@ -306,3 +245,63 @@ +@@ -314,3 +253,63 @@ }; }; }; @@ -497,7 +497,7 @@ Signed-off-by: Jason Cooper system-controller@18200 { compatible = "marvell,armada-370-xp-system-controller"; reg = <0x18200 0x500>; -@@ -238,3 +201,38 @@ +@@ -246,3 +209,38 @@ }; }; }; diff --git a/target/linux/mvebu/patches-3.18/016-common_armada_xp_uart2_3_pinctrl.patch b/target/linux/mvebu/patches-3.18/016-common_armada_xp_uart2_3_pinctrl.patch index 2d289706ad..4cccdb3b97 100644 --- a/target/linux/mvebu/patches-3.18/016-common_armada_xp_uart2_3_pinctrl.patch +++ b/target/linux/mvebu/patches-3.18/016-common_armada_xp_uart2_3_pinctrl.patch @@ -35,7 +35,7 @@ Signed-off-by: Jason Cooper reg = <0x12300 0x100>; reg-shift = <2>; interrupts = <44>; -@@ -235,4 +239,14 @@ +@@ -243,4 +247,14 @@ "mpp33", "mpp34", "mpp35"; marvell,function = "sd0"; }; diff --git a/target/linux/mvebu/patches-3.18/017-define_and_use_common_armada_xp_spi_pinctrl_setting.patch b/target/linux/mvebu/patches-3.18/017-define_and_use_common_armada_xp_spi_pinctrl_setting.patch index 668d55dd07..9085db00d2 100644 --- a/target/linux/mvebu/patches-3.18/017-define_and_use_common_armada_xp_spi_pinctrl_setting.patch +++ b/target/linux/mvebu/patches-3.18/017-define_and_use_common_armada_xp_spi_pinctrl_setting.patch @@ -54,7 +54,7 @@ Signed-off-by: Jason Cooper i2c0: i2c@11000 { compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c"; reg = <0x11000 0x100>; -@@ -240,6 +245,12 @@ +@@ -248,6 +253,12 @@ marvell,function = "sd0"; }; diff --git a/target/linux/mvebu/patches-3.18/018-normalize_pinctrl_entries_for_armada_socs.patch b/target/linux/mvebu/patches-3.18/018-normalize_pinctrl_entries_for_armada_socs.patch index e8f9d308cb..ca7b13bed4 100644 --- a/target/linux/mvebu/patches-3.18/018-normalize_pinctrl_entries_for_armada_socs.patch +++ b/target/linux/mvebu/patches-3.18/018-normalize_pinctrl_entries_for_armada_socs.patch @@ -69,7 +69,7 @@ Signed-off-by: Jason Cooper }; --- a/arch/arm/boot/dts/armada-xp.dtsi +++ b/arch/arm/boot/dts/armada-xp.dtsi -@@ -212,7 +212,7 @@ +@@ -220,7 +220,7 @@ }; &pinctrl { @@ -78,7 +78,7 @@ Signed-off-by: Jason Cooper marvell,pins = "mpp0", "mpp1", "mpp2", "mpp3", "mpp4", "mpp5", "mpp6", "mpp7", -@@ -223,7 +223,7 @@ +@@ -231,7 +231,7 @@ marvell,function = "ge0"; }; @@ -87,7 +87,7 @@ Signed-off-by: Jason Cooper marvell,pins = "mpp0", "mpp1", "mpp2", "mpp3", "mpp4", "mpp5", "mpp6", "mpp7", -@@ -231,7 +231,7 @@ +@@ -239,7 +239,7 @@ marvell,function = "ge0"; }; diff --git a/target/linux/mvebu/patches-3.18/023-pinctrl-mvebu-a38x-Add-UART1-muxing-options.patch b/target/linux/mvebu/patches-3.18/023-pinctrl-mvebu-a38x-Add-UART1-muxing-options.patch index fd75366e38..07f8e2994d 100644 --- a/target/linux/mvebu/patches-3.18/023-pinctrl-mvebu-a38x-Add-UART1-muxing-options.patch +++ b/target/linux/mvebu/patches-3.18/023-pinctrl-mvebu-a38x-Add-UART1-muxing-options.patch @@ -17,9 +17,9 @@ Signed-off-by: Linus Walleij --- a/drivers/pinctrl/mvebu/pinctrl-armada-38x.c +++ b/drivers/pinctrl/mvebu/pinctrl-armada-38x.c -@@ -145,14 +145,16 @@ static struct mvebu_mpp_mode armada_38x_ +@@ -146,13 +146,15 @@ static struct mvebu_mpp_mode armada_38x_ MPP_VAR_FUNCTION(2, "ptp", "event_req", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie0", "clkreq", V_88F6810_PLUS), + MPP_VAR_FUNCTION(3, "ge0", "txerr", V_88F6810_PLUS), MPP_VAR_FUNCTION(4, "sata1", "prsnt", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "ua0", "cts", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "ua0", "cts", V_88F6810_PLUS), @@ -28,7 +28,6 @@ Signed-off-by: Linus Walleij MPP_VAR_FUNCTION(0, "gpio", NULL, V_88F6810_PLUS), MPP_VAR_FUNCTION(1, "ge0", "txclk", V_88F6810_PLUS), MPP_VAR_FUNCTION(2, "ptp", "clk", V_88F6810_PLUS), - MPP_VAR_FUNCTION(3, "pcie1", "rstout", V_88F6820_PLUS), MPP_VAR_FUNCTION(4, "sata0", "prsnt", V_88F6810_PLUS), - MPP_VAR_FUNCTION(5, "ua0", "rts", V_88F6810_PLUS)), + MPP_VAR_FUNCTION(5, "ua0", "rts", V_88F6810_PLUS), diff --git a/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch b/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch index baca023e05..818fae74e6 100644 --- a/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch +++ b/target/linux/mvebu/patches-3.18/140-alias_mdio_node.patch @@ -1,6 +1,6 @@ --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi -@@ -237,7 +237,7 @@ +@@ -236,7 +236,7 @@ status = "disabled"; }; -- cgit v1.2.3