Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966179AbcLVQ0H (ORCPT ); Thu, 22 Dec 2016 11:26:07 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:35447 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758440AbcLVQ0F (ORCPT ); Thu, 22 Dec 2016 11:26:05 -0500 MIME-Version: 1.0 In-Reply-To: References: <1482385788-7187-1-git-send-email-moritz.fischer@ettus.com> From: Moritz Fischer Date: Thu, 22 Dec 2016 08:26:04 -0800 Message-ID: Subject: Re: [PATCH] ARM64: zynqmp: Fix i2c node's compatible string To: Michal Simek Cc: Moritz Fischer , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Moritz Fischer , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , U-Boot List , Rob Herring Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 337 Lines: 13 Hi Michal, On Wed, Dec 21, 2016 at 11:35 PM, Michal Simek wrote: > compatible = "cdns,i2c-r1p14", "cdns,i2c-r1p10"; I keep getting that wrong .. .damn ... :) Will resubmit. > The same of course for u-boot where also p14 should be added to the driver. Yeah, I realized that part after submitting... Thanks