From mboxrd@z Thu Jan 1 00:00:00 1970 From: Javier Martinez Canillas Subject: Re: [RESEND PATCH v5 11/16] arm64: zynqmp: Add generic compatible string for I2C EEPROM Date: Mon, 21 Aug 2017 13:27:53 +0200 Message-ID: References: <20170615185418.13980-1-javier@dowhile0.org> <20170615185418.13980-12-javier@dowhile0.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Michal Simek , Will Deacon , Mark Rutland , Catalin Marinas Cc: Linux Kernel , Wolfram Sang , Rob Herring , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , "devicetree@vger.kernel.org" , Rob Herring , "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org [snip] >> >> diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts >> index ef1b9e573af0..53907b7a7fd9 100644 >> --- a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts >> +++ b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts >> @@ -55,7 +55,7 @@ >> status = "okay"; >> clock-frequency = <400000>; >> eeprom@54 { >> - compatible = "at,24c64"; >> + compatible = "atmel,24c64"; >> reg = <0x54>; >> }; >> }; >> @@ -64,7 +64,7 @@ >> status = "okay"; >> clock-frequency = <400000>; >> eeprom@55 { >> - compatible = "at,24c64"; >> + compatible = "atmel,24c64"; >> reg = <0x55>; >> }; >> }; >> > > Acked-by: Michal Simek > Any reasons why this patch was never picked? It was acked two months ago. Best regards, Javier