mfd: sec-core: Add of_compatible strings for clock MFD cells
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 17 Mar 2014 09:19:17 +0000 (10:19 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 09:00:07 +0000 (09:00 +0000)
Add of_compatible strings for S5M8767 and S2MPS14 clock MFD cells.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sec-core.c

index 281a827472754ad9b79939e67eb11820d70e3eaa..e9bf73ba6e69e0a8f4492c819786516650134d0d 100644 (file)
@@ -60,6 +60,7 @@ static const struct mfd_cell s5m8767_devs[] = {
                .name = "s5m-rtc",
        }, {
                .name = "s5m8767-clk",
+               .of_compatible = "samsung,s5m8767-clk",
        }
 };
 
@@ -68,6 +69,7 @@ static const struct mfd_cell s2mps11_devs[] = {
                .name = "s2mps11-pmic",
        }, {
                .name = "s2mps11-clk",
+               .of_compatible = "samsung,s2mps11-clk",
        }
 };
 
@@ -78,6 +80,7 @@ static const struct mfd_cell s2mps14_devs[] = {
                .name = "s2mps14-rtc",
        }, {
                .name = "s2mps14-clk",
+               .of_compatible = "samsung,s2mps14-clk",
        }
 };
 
This page took 0.025043 seconds and 5 git commands to generate.