From: Parthiban Nallathambi Date: Tue, 11 Dec 2018 08:04:47 +0000 (+0100) Subject: i2c: Add Actions Semiconductor Owl family S700 I2C support X-Git-Tag: v5.0-rc1~16^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=81482d13f37b1c9354d9bf5491699d993b193246;p=linux-block.git 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 Reviewed-by: Manivannan Sadhasivam Signed-off-by: Wolfram Sang --- 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 */ } };