Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1050cae authored by Neil Armstrong's avatar Neil Armstrong Committed by Wolfram Sang
Browse files

i2c: meson: add gxbb compatible string

parent 0b1c7716
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Amlogic Meson I2C controller

Required properties:
 - compatible: must be "amlogic,meson6-i2c"
 - compatible: must be "amlogic,meson6-i2c" or "amlogic,meson-gxbb-i2c"
 - reg: physical address and length of the device registers
 - interrupts: a single interrupt specifier
 - clocks: clock for the device
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ static int meson_i2c_remove(struct platform_device *pdev)

static const struct of_device_id meson_i2c_match[] = {
	{ .compatible = "amlogic,meson6-i2c" },
	{ .compatible = "amlogic,meson-gxbb-i2c" },
	{ },
};
MODULE_DEVICE_TABLE(of, meson_i2c_match);