On Fri, 04 Sep 2020 15:11:50 +0200, Paul Cercueil wrote: > The I2C controller in the JZ4770 SoC seems to work the exact same as in > the JZ4780 SoC. > > We could use "ingenic,jz4780-i2c" as a fallback string in the Device > Tree, but that would be awkward, since the JZ4780 is newer. Instead, > add a "ingenic,jz4770-i2c" string and use it as fallback for the > "ingenic,jz4780-i2c" string. > > Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/i2c/ingenic,i2c.yaml | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>