diff mbox series

ARM: dts: vf610-zii-scu4-aib: Remove internal debug network interfaces

Message ID 20191005154240.22153-1-festevam@gmail.com (mailing list archive)
State Mainlined
Commit fd15e2dd38be05701f2f284849f48c1fea90a144
Headers show
Series ARM: dts: vf610-zii-scu4-aib: Remove internal debug network interfaces | expand

Commit Message

Fabio Estevam Oct. 5, 2019, 3:42 p.m. UTC
"internal_j8" and "internal_j9" are network interfaces that are not
exposed outside the board and were only ever used for debugging purposes.

Get rid of them as they are not needed.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/vf610-zii-scu4-aib.dts | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Chris Healy Oct. 5, 2019, 10:11 p.m. UTC | #1
On Sat, Oct 5, 2019 at 8:42 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> "internal_j8" and "internal_j9" are network interfaces that are not
> exposed outside the board and were only ever used for debugging purposes.
>
> Get rid of them as they are not needed.
>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  arch/arm/boot/dts/vf610-zii-scu4-aib.dts | 10 ----------
>  1 file changed, 10 deletions(-)
>
> diff --git a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
> index c7638132c0f3..1a6903723238 100644
> --- a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
> +++ b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
> @@ -183,11 +183,6 @@
>                                         #address-cells = <1>;
>                                         #size-cells = <0>;
>
> -                                       port@1 {
> -                                               reg = <1>;
> -                                               label = "internal_j9";
> -                                       };
> -
>                                         port@2 {
>                                                 reg = <2>;
>                                                 label = "eth_fc_1000_2";
> @@ -271,11 +266,6 @@
>                                         #address-cells = <1>;
>                                         #size-cells = <0>;
>
> -                                       port@1 {
> -                                               reg = <1>;
> -                                               label = "internal_j8";
> -                                       };
> -
>                                         port@2 {
>                                                 reg = <2>;
>                                                 label = "eth_fc_1000_8";
> --
> 2.17.1
>

Reviewed-by: Chris Healy <cphealy@gmail.com>
Shawn Guo Oct. 14, 2019, 11:41 a.m. UTC | #2
On Sat, Oct 05, 2019 at 12:42:40PM -0300, Fabio Estevam wrote:
> "internal_j8" and "internal_j9" are network interfaces that are not
> exposed outside the board and were only ever used for debugging purposes.
> 
> Get rid of them as they are not needed.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
index c7638132c0f3..1a6903723238 100644
--- a/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
+++ b/arch/arm/boot/dts/vf610-zii-scu4-aib.dts
@@ -183,11 +183,6 @@ 
 					#address-cells = <1>;
 					#size-cells = <0>;
 
-					port@1 {
-						reg = <1>;
-						label = "internal_j9";
-					};
-
 					port@2 {
 						reg = <2>;
 						label = "eth_fc_1000_2";
@@ -271,11 +266,6 @@ 
 					#address-cells = <1>;
 					#size-cells = <0>;
 
-					port@1 {
-						reg = <1>;
-						label = "internal_j8";
-					};
-
 					port@2 {
 						reg = <2>;
 						label = "eth_fc_1000_8";