Explorar o código

mfd: sec-core: Add cells for S5M8767-clocks

S5M8767 chip has 3 crystal oscillators running at 32KHz. These are
supported by s2mps11-clk driver.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Tushar Behera %!s(int64=11) %!d(string=hai) anos
pai
achega
39fed00f0b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      drivers/mfd/sec-core.c

+ 3 - 1
drivers/mfd/sec-core.c

@@ -56,7 +56,9 @@ static const struct mfd_cell s5m8767_devs[] = {
 		.name = "s5m8767-pmic",
 		.name = "s5m8767-pmic",
 	}, {
 	}, {
 		.name = "s5m-rtc",
 		.name = "s5m-rtc",
-	},
+	}, {
+		.name = "s5m8767-clk",
+	}
 };
 };
 
 
 static const struct mfd_cell s2mps11_devs[] = {
 static const struct mfd_cell s2mps11_devs[] = {