Skip to content

Commit

Permalink
i2c: owl: Add compatible for the Actions Semi S500 I2C controller
Browse files Browse the repository at this point in the history
Add S500 variant to the list of devices supported by the Actions Semi
Owl I2C driver.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
  • Loading branch information
Cristian Ciocaltea authored and Wolfram Sang committed Dec 9, 2020
1 parent 730f205 commit 04fd6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/i2c/busses/i2c-owl.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ static int owl_i2c_probe(struct platform_device *pdev)
}

static const struct of_device_id owl_i2c_of_match[] = {
{ .compatible = "actions,s500-i2c" },
{ .compatible = "actions,s700-i2c" },
{ .compatible = "actions,s900-i2c" },
{ /* sentinel */ }
Expand Down

0 comments on commit 04fd6f0

Please sign in to comment.