i2c: owl: Add compatible for the Actions Semi S500 I2C controller
authorCristian Ciocaltea <cristian.ciocaltea@gmail.com>
Thu, 19 Nov 2020 23:56:06 +0000 (01:56 +0200)
committerWolfram Sang <wsa@kernel.org>
Wed, 9 Dec 2020 20:23:21 +0000 (21:23 +0100)
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>
drivers/i2c/busses/i2c-owl.c

index 5cf5a11..98882fe 100644 (file)
@@ -508,6 +508,7 @@ disable_clk:
 }
 
 static const struct of_device_id owl_i2c_of_match[] = {
+       { .compatible = "actions,s500-i2c" },
        { .compatible = "actions,s700-i2c" },
        { .compatible = "actions,s900-i2c" },
        { /* sentinel */ }