aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorParthiban Nallathambi <pn@denx.de>2018-12-11 09:04:47 +0100
committerWolfram Sang <wsa@the-dreams.de>2019-01-03 20:36:18 +0100
commit81482d13f37b1c9354d9bf5491699d993b193246 (patch)
tree12abbd9edefbc823779dd359b100cb1f127c9d8c /drivers/i2c
parentdt-bindings: i2c: Add S700 support for Actions Semi Soc's (diff)
downloadlinux-dev-81482d13f37b1c9354d9bf5491699d993b193246.tar.xz
linux-dev-81482d13f37b1c9354d9bf5491699d993b193246.zip
i2c: Add Actions Semiconductor Owl family S700 I2C support
Add S700 to the list of devices supported by Owl I2C driver. Add Actions Semiconductor Owl family S700 I2C driver. Signed-off-by: Parthiban Nallathambi <pn@denx.de> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-owl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-owl.c b/drivers/i2c/busses/i2c-owl.c
index 96b4572e6d9c..b6b5a495118b 100644
--- a/drivers/i2c/busses/i2c-owl.c
+++ b/drivers/i2c/busses/i2c-owl.c
@@ -475,6 +475,7 @@ disable_clk:
}
static const struct of_device_id owl_i2c_of_match[] = {
+ { .compatible = "actions,s700-i2c" },
{ .compatible = "actions,s900-i2c" },
{ /* sentinel */ }
};