Commit 81482d13 authored by Parthiban Nallathambi's avatar Parthiban Nallathambi Committed by Wolfram Sang
Browse files

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: default avatarParthiban Nallathambi <pn@denx.de>
Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 78c0c25a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */ }
};