Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1716342

Re: [RESEND PATCH v5 11/16] arm64: zynqmp: Add generic compatible string for I2C EEPROM

From Javier Martinez Canillas <javier@dowhile0.org>
Newsgroups linux.kernel
Subject Re: [RESEND PATCH v5 11/16] arm64: zynqmp: Add generic compatible string for I2C EEPROM
Date 2017-08-21 13:30 +0200
Message-ID <ugT45-3KY-3@gated-at.bofh.it> (permalink)
References <tSI9P-68f-3@gated-at.bofh.it> <tSI9R-68f-51@gated-at.bofh.it> <ugT46-3KY-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[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 <michal.simek@xilinx.com>
>

Any reasons why this patch was never picked? It was acked two months ago.

Best regards,
Javier

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [RESEND PATCH v5 11/16] arm64: zynqmp: Add generic compatible  string for I2C EEPROM Javier Martinez Canillas <javier@dowhile0.org> - 2017-08-21 13:30 +0200
  Re: [RESEND PATCH v5 11/16] arm64: zynqmp: Add generic compatible  string for I2C EEPROM Javier Martinez Canillas <javier@dowhile0.org> - 2017-08-21 15:00 +0200

csiph-web