From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Higgins Date: Fri, 13 Sep 2019 09:47:36 -0700 Subject: [PATCH 1/2] i2c: Aspeed: Add AST2600 compatible In-Reply-To: <1568392510-866-2-git-send-email-eajames@linux.ibm.com> References: <1568392510-866-1-git-send-email-eajames@linux.ibm.com> <1568392510-866-2-git-send-email-eajames@linux.ibm.com> Message-ID: <20190913164736.GA52781@google.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, Sep 13, 2019 at 11:35:09AM -0500, Eddie James wrote: > The driver default behavior works with the AST2600. We need a new > compatible though to make sure the driver doesn't enable AST2400 or > AST2500 behavior. > > Signed-off-by: Eddie James Reviewed-by: Brendan Higgins Thanks!