From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938986AbcKNFh4 (ORCPT ); Mon, 14 Nov 2016 00:37:56 -0500 Received: from mail.kernel.org ([198.145.29.136]:42160 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932717AbcKNFhz (ORCPT ); Mon, 14 Nov 2016 00:37:55 -0500 Date: Mon, 14 Nov 2016 13:37:46 +0800 From: Shawn Guo To: Frank Li Cc: mark.rutland@arm.com, peterz@infradead.org, linux-kernel@vger.kernel.org, acme@kernel.org, alexander.shishkin@linux.intel.com, mingo@redhat.com, lznuaa@gmail.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V3 2/2] ARM: dts: add new compatible stream for i.MX6QP mmdc Message-ID: <20161114053745.GF3310@dragon> References: <1478539849-10834-1-git-send-email-Frank.Li@nxp.com> <1478539849-10834-2-git-send-email-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478539849-10834-2-git-send-email-Frank.Li@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 07, 2016 at 11:30:49AM -0600, Frank Li wrote: > MMDC has a slightly different programming model between imx6q and imx6qp > in terms of perf support, it's exactly same for suspend support, so we > have fsl,imx6q-mmdc here to save patching suspend driver with the new > compatible. > > Signed-off-by: Frank Li s/stream/string in subject. I fixed it up and applied the patch. Shawn