Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5f5fe80 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: remove dead LED code for migo-r and ms7724se



CONFIG_PM is always set on SH-Mobile these days so
get rid of the unused LED setup code.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6b3b5575
Loading
Loading
Loading
Loading
+0 −12
Original line number Original line Diff line number Diff line
@@ -496,23 +496,11 @@ static int __init migor_devices_setup(void)
					&migor_sdram_enter_end,
					&migor_sdram_enter_end,
					&migor_sdram_leave_start,
					&migor_sdram_leave_start,
					&migor_sdram_leave_end);
					&migor_sdram_leave_end);
#ifdef CONFIG_PM
	/* Let D11 LED show STATUS0 */
	/* Let D11 LED show STATUS0 */
	gpio_request(GPIO_FN_STATUS0, NULL);
	gpio_request(GPIO_FN_STATUS0, NULL);


	/* Lit D12 LED show PDSTATUS */
	/* Lit D12 LED show PDSTATUS */
	gpio_request(GPIO_FN_PDSTATUS, NULL);
	gpio_request(GPIO_FN_PDSTATUS, NULL);
#else
	/* Lit D11 LED */
	gpio_request(GPIO_PTJ7, NULL);
	gpio_direction_output(GPIO_PTJ7, 1);
	gpio_export(GPIO_PTJ7, 0);

	/* Lit D12 LED */
	gpio_request(GPIO_PTJ5, NULL);
	gpio_direction_output(GPIO_PTJ5, 1);
	gpio_export(GPIO_PTJ5, 0);
#endif


	/* SMC91C111 - Enable IRQ0, Setup CS4 for 16-bit fast access */
	/* SMC91C111 - Enable IRQ0, Setup CS4 for 16-bit fast access */
	gpio_request(GPIO_FN_IRQ0, NULL);
	gpio_request(GPIO_FN_IRQ0, NULL);
+0 −17
Original line number Original line Diff line number Diff line
@@ -629,7 +629,6 @@ static int __init devices_setup(void)
	/* turn on USB clocks, use external clock */
	/* turn on USB clocks, use external clock */
	__raw_writew((__raw_readw(PORT_MSELCRB) & ~0xc000) | 0x8000, PORT_MSELCRB);
	__raw_writew((__raw_readw(PORT_MSELCRB) & ~0xc000) | 0x8000, PORT_MSELCRB);


#ifdef CONFIG_PM
	/* Let LED9 show STATUS2 */
	/* Let LED9 show STATUS2 */
	gpio_request(GPIO_FN_STATUS2, NULL);
	gpio_request(GPIO_FN_STATUS2, NULL);


@@ -638,22 +637,6 @@ static int __init devices_setup(void)


	/* Lit LED11 show PDSTATUS */
	/* Lit LED11 show PDSTATUS */
	gpio_request(GPIO_FN_PDSTATUS, NULL);
	gpio_request(GPIO_FN_PDSTATUS, NULL);
#else
	/* Lit LED9 */
	gpio_request(GPIO_PTJ6, NULL);
	gpio_direction_output(GPIO_PTJ6, 1);
	gpio_export(GPIO_PTJ6, 0);

	/* Lit LED10 */
	gpio_request(GPIO_PTJ5, NULL);
	gpio_direction_output(GPIO_PTJ5, 1);
	gpio_export(GPIO_PTJ5, 0);

	/* Lit LED11 */
	gpio_request(GPIO_PTJ7, NULL);
	gpio_direction_output(GPIO_PTJ7, 1);
	gpio_export(GPIO_PTJ7, 0);
#endif


	/* enable USB0 port */
	/* enable USB0 port */
	__raw_writew(0x0600, 0xa40501d4);
	__raw_writew(0x0600, 0xa40501d4);