소스 검색

ar71xx: add rtl8366s initvals for the DIR-825 board

SVN-Revision: 25121
Gabor Juhos 15 년 전
부모
커밋
256169cbd0
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c

+ 8 - 2
target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c

@@ -130,9 +130,15 @@ static struct gpio_button dir825b1_gpio_buttons[] __initdata = {
 	}
 };
 
+static struct rtl8366s_initval dir825b1_rtl8366s_initvals[] = {
+	{ .reg = 0x06, .val = 0x0108 },
+};
+
 static struct rtl8366s_platform_data dir825b1_rtl8366s_data = {
-	.gpio_sda        = DIR825B1_GPIO_RTL8366_SDA,
-	.gpio_sck        = DIR825B1_GPIO_RTL8366_SCK,
+	.gpio_sda	= DIR825B1_GPIO_RTL8366_SDA,
+	.gpio_sck	= DIR825B1_GPIO_RTL8366_SCK,
+	.num_initvals	= ARRAY_SIZE(dir825b1_rtl8366s_initvals),
+	.initvals	= dir825b1_rtl8366s_initvals,
 };
 
 static struct platform_device dir825b1_rtl8366s_device = {