diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 20:01:18 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-19 20:01:18 +0900 |
commit | bddd3a4c4a68db288aefc4b83d41dcc9e51dbfce (patch) | |
tree | 810c80dd8d1e9df95b3c17c47493496360b04e8b /arch/arm/mach-shmobile/clock-r8a7790.c | |
parent | de1e5515034301161b6c9d41cac04bca5cee5e4d (diff) | |
parent | 250d829f68ecb5e775a99deb03c56832acec28f4 (diff) | |
download | talos-op-linux-bddd3a4c4a68db288aefc4b83d41dcc9e51dbfce.tar.gz talos-op-linux-bddd3a4c4a68db288aefc4b83d41dcc9e51dbfce.zip |
Merge branch 'heads/soc2' into dt3-base
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7790.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c index 092975abb2bb..701dca06a7ed 100644 --- a/arch/arm/mach-shmobile/clock-r8a7790.c +++ b/arch/arm/mach-shmobile/clock-r8a7790.c @@ -292,9 +292,13 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("sh-sci.8", &mstp_clks[MSTP717]), CLKDEV_DEV_ID("sh-sci.9", &mstp_clks[MSTP716]), CLKDEV_DEV_ID("e6508000.i2c", &mstp_clks[MSTP931]), + CLKDEV_DEV_ID("i2c-rcar.0", &mstp_clks[MSTP931]), CLKDEV_DEV_ID("e6518000.i2c", &mstp_clks[MSTP930]), + CLKDEV_DEV_ID("i2c-rcar.1", &mstp_clks[MSTP930]), CLKDEV_DEV_ID("e6530000.i2c", &mstp_clks[MSTP929]), + CLKDEV_DEV_ID("i2c-rcar.2", &mstp_clks[MSTP929]), CLKDEV_DEV_ID("e6540000.i2c", &mstp_clks[MSTP928]), + CLKDEV_DEV_ID("i2c-rcar.3", &mstp_clks[MSTP928]), CLKDEV_DEV_ID("r8a7790-ether", &mstp_clks[MSTP813]), CLKDEV_DEV_ID("e61f0000.thermal", &mstp_clks[MSTP522]), CLKDEV_DEV_ID("rcar_thermal", &mstp_clks[MSTP522]), |