Commit 04fd6f0a authored by Cristian Ciocaltea's avatar Cristian Ciocaltea Committed by Wolfram Sang

i2c: owl: Add compatible for the Actions Semi S500 I2C controller

Add S500 variant to the list of devices supported by the Actions Semi
Owl I2C driver.
Signed-off-by: default avatarCristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 730f2051
......@@ -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 */ }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment