Message ID | 20200228122055.17008-1-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 0d47370516b35efa4a220390083341af0bdb7601 |
Headers | show |
Series | ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM | expand |
On Fri, Feb 28, 2020 at 9:21 PM Masahiro Yamada <yamada.masahiro@socionext.com> wrote: > > Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string > for I2C EEPROM") did not touch this node. > > Add the compatible string prefixed "atmel," so that this matches to the > OF table. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Applied to linux-uniphier. > --- > > arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi > index 04e60c295319..a11897669c26 100644 > --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi > +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi > @@ -7,7 +7,7 @@ > > &i2c0 { > eeprom@50 { > - compatible = "microchip,24lc128"; > + compatible = "microchip,24lc128", "atmel,24c128"; > reg = <0x50>; > pagesize = <64>; > }; > -- > 2.17.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi index 04e60c295319..a11897669c26 100644 --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi @@ -7,7 +7,7 @@ &i2c0 { eeprom@50 { - compatible = "microchip,24lc128"; + compatible = "microchip,24lc128", "atmel,24c128"; reg = <0x50>; pagesize = <64>; };
Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string for I2C EEPROM") did not touch this node. Add the compatible string prefixed "atmel," so that this matches to the OF table. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)