projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c0c25
)
i2c: Add Actions Semiconductor Owl family S700 I2C support
author
Parthiban Nallathambi
<pn@denx.de>
Tue, 11 Dec 2018 08:04:47 +0000
(09:04 +0100)
committer
Wolfram Sang
<wsa@the-dreams.de>
Thu, 3 Jan 2019 19:36:18 +0000
(20:36 +0100)
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>
drivers/i2c/busses/i2c-owl.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/i2c-owl.c
b/drivers/i2c/busses/i2c-owl.c
index 96b4572e6d9cc4465decf7993616595caa492da3..b6b5a495118b6dc8e13ff7582ab815a684778152 100644
(file)
--- 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 */ }
};