From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751240AbdHCNoH (ORCPT ); Thu, 3 Aug 2017 09:44:07 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:50698 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104AbdHCNoF (ORCPT ); Thu, 3 Aug 2017 09:44:05 -0400 Date: Thu, 3 Aug 2017 15:44:01 +0200 From: Andrew Lunn To: Peter Rosin Cc: "devicetree@vger.kernel.org" , Mark Rutland , "linux-kernel@vger.kernel.org" , Stefan Agner , Russell King , Rob Herring , "linux-i2c@vger.kernel.org" , Sascha Hauer , Shawn Guo , linux-arm-kernel@lists.infradead.org Subject: Re: Compatibles for i2c muxes nxp,pca954x and ti,tca954x Message-ID: <20170803134401.GG15018@lunn.ch> References: <62519d0b-0b7b-9124-8481-9ef8de24eaf6@axentia.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <62519d0b-0b7b-9124-8481-9ef8de24eaf6@axentia.se> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 03, 2017 at 12:00:27PM +0200, Peter Rosin wrote: > Hi! > > Texas has apparently made copies for some of the NXP devices > handled by the drivers/i2c/muxes/i2c-mux-pca954x.c driver. This happens a lot in the i2c space. Look at all the at24 EEPROM clones. Yet they all use the same compatible string. Andrew