Commit d8b330a3 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Gregory CLEMENT

arm64: dts: marvell: use the proper I2C controller compatible string for 7K/8K

The I2C controller found in the Marvell Armada 7K/8K provides the
bridge/offloading features, so the Device Tree should use the
marvell,mv78230-i2c compatible string instead of marvell,mv64xxx-i2c.
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent fe85e20e
...@@ -184,7 +184,7 @@ spi0: spi@510600 { ...@@ -184,7 +184,7 @@ spi0: spi@510600 {
}; };
i2c0: i2c@511000 { i2c0: i2c@511000 {
compatible = "marvell,mv64xxx-i2c"; compatible = "marvell,mv78230-i2c";
reg = <0x511000 0x20>; reg = <0x511000 0x20>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
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