 5ebd02e8d5
			
		
	
	5ebd02e8d5
	
	
	
		
			
			We register all gpio buttons and leds through DT, so no need to keep fixes/additions for the platform data based bay. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46753
		
			
				
	
	
		
			344 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			344 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 997f53b174c63153335508c22dc4493e8e5808d6 Mon Sep 17 00:00:00 2001
 | |
| From: Jonas Gorski <jogo@openwrt.org>
 | |
| Date: Sun, 22 Feb 2015 17:52:32 +0100
 | |
| Subject: [PATCH] MIPS: BCM63XX: remove leds and buttons
 | |
| 
 | |
| ---
 | |
|  arch/mips/bcm63xx/boards/board_bcm963xx.c |  262 -----------------------------
 | |
|  1 file changed, 262 deletions(-)
 | |
| 
 | |
| --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | |
| +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
 | |
| @@ -51,14 +51,6 @@ static struct board_info __initdata boar
 | |
|  		.use_internal_phy	= 1,
 | |
|  	},
 | |
|  
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "CVG834G:green:power",
 | |
| -			.gpio		= 37,
 | |
| -			.default_trigger= "default-on",
 | |
| -		},
 | |
| -	},
 | |
| -
 | |
|  	.ephy_reset_gpio		= 36,
 | |
|  	.ephy_reset_gpio_flags		= GPIO_ACTIVE_LOW,
 | |
|  };
 | |
| @@ -82,35 +74,6 @@ static struct board_info __initdata boar
 | |
|  		.port_no		= 0,
 | |
|  	},
 | |
|  
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "96328avng::ppp-fail",
 | |
| -			.gpio		= 2,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "96328avng::power",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "96328avng::power-fail",
 | |
| -			.gpio		= 8,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "96328avng::wps",
 | |
| -			.gpio		= 9,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "96328avng::ppp",
 | |
| -			.gpio		= 11,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
| -
 | |
|  	.has_enetsw			= 1,
 | |
|  
 | |
|  	.enetsw = {
 | |
| @@ -448,35 +411,6 @@ static struct board_info __initdata boar
 | |
|  	},
 | |
|  
 | |
|  	.has_ohci0			= 1,
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl",
 | |
| -			.gpio		= 3,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ses",
 | |
| -			.gpio		= 5,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 0,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 1,
 | |
| -			.active_low	= 1,
 | |
| -		}
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_96338w = {
 | |
| @@ -491,35 +425,6 @@ static struct board_info __initdata boar
 | |
|  		.force_speed_100	= 1,
 | |
|  		.force_duplex_full	= 1,
 | |
|  	},
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl",
 | |
| -			.gpio		= 3,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ses",
 | |
| -			.gpio		= 5,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 0,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 1,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_96338w2_e7t = {
 | |
| @@ -618,36 +523,6 @@ static struct board_info __initdata boar
 | |
|  		.has_phy		= 1,
 | |
|  		.use_internal_phy	= 1,
 | |
|  	},
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl-fail",
 | |
| -			.gpio		= 2,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp",
 | |
| -			.gpio		= 3,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 0,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 1,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_96348gw_10 = {
 | |
| @@ -682,35 +557,6 @@ static struct board_info __initdata boar
 | |
|  		.cs			= 2,
 | |
|  		.ext_irq		= 2,
 | |
|  	},
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl-fail",
 | |
| -			.gpio		= 2,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp",
 | |
| -			.gpio		= 3,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 0,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 1,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_96348gw_11 = {
 | |
| @@ -739,35 +585,6 @@ static struct board_info __initdata boar
 | |
|  	.has_ohci0 = 1,
 | |
|  	.has_pccard = 1,
 | |
|  	.has_ehci0 = 1,
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl-fail",
 | |
| -			.gpio		= 2,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp",
 | |
| -			.gpio		= 3,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 0,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 1,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  
 | |
| @@ -893,35 +710,6 @@ static struct board_info __initdata boar
 | |
|  		.ext_irq		= 2,
 | |
|  		.cs			= 2,
 | |
|  	},
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl-fail",
 | |
| -			.gpio		= 2,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp",
 | |
| -			.gpio		= 3,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 0,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 1,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_gw6200 = {
 | |
| @@ -1258,33 +1046,6 @@ static struct board_info __initdata boar
 | |
|  	.has_ohci0 = 1,
 | |
|  	.has_pccard = 1,
 | |
|  	.has_ehci0 = 1,
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl-fail",
 | |
| -			.gpio		= 15,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp",
 | |
| -			.gpio		= 22,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 23,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 4,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 5,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_96358vw2 = {
 | |
| @@ -1314,29 +1075,6 @@ static struct board_info __initdata boar
 | |
|  	.has_pccard = 1,
 | |
|  	.has_ehci0 = 1,
 | |
|  	.num_usbh_ports			= 2,
 | |
| -
 | |
| -	.leds = {
 | |
| -		{
 | |
| -			.name		= "adsl",
 | |
| -			.gpio		= 22,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "ppp-fail",
 | |
| -			.gpio		= 23,
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "power",
 | |
| -			.gpio		= 5,
 | |
| -			.active_low	= 1,
 | |
| -			.default_trigger = "default-on",
 | |
| -		},
 | |
| -		{
 | |
| -			.name		= "stop",
 | |
| -			.gpio		= 4,
 | |
| -			.active_low	= 1,
 | |
| -		},
 | |
| -	},
 | |
|  };
 | |
|  
 | |
|  static struct board_info __initdata board_CPVA642 = {
 |