lkml.org 
[lkml]   [2018]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.16 262/272] ARM: dts: at91: tse850: use the correct compatible for the eeprom
    Date
    4.16-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Peter Rosin <peda@axentia.se>

    [ Upstream commit 7981190fb5dd710dea08c2613cee3d05e795ca5e ]

    The used part does contain an eeprom compatible with an Atmel 24c02
    chip and it is from NXP, but it is not called 24c02. It's actually a
    se97b chip. Adjust the compatible accordingly.

    Fixes: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
    Signed-off-by: Peter Rosin <peda@axentia.se>
    Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    arch/arm/boot/dts/at91-tse850-3.dts | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/arch/arm/boot/dts/at91-tse850-3.dts
    +++ b/arch/arm/boot/dts/at91-tse850-3.dts
    @@ -246,7 +246,7 @@
    };

    eeprom@50 {
    - compatible = "nxp,24c02", "atmel,24c02";
    + compatible = "nxp,se97b", "atmel,24c02";
    reg = <0x50>;
    pagesize = <16>;
    };

    \
     
     \ /
      Last update: 2018-05-28 13:21    [W:3.029 / U:0.124 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site