From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v4 2/3] Documentation: dt: binding: fsl: Add 'little-endian' and update Chassis define Date: Thu, 13 Jun 2019 17:03:44 -0600 Message-ID: <20190613230344.GA6005@bogus> References: <20190520095238.29210-1-ran.wang_1@nxp.com> <20190520095238.29210-2-ran.wang_1@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190520095238.29210-2-ran.wang_1@nxp.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Li Yang , Mark Rutland , Pavel Machek , "Rafael J . Wysocki" , Len Brown , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Ran Wang List-Id: devicetree@vger.kernel.org On Mon, 20 May 2019 17:52:37 +0800, Ran Wang wrote: > By default, QorIQ SoC's RCPM register block is Big Endian. But > there are some exceptions, such as LS1088A and LS2088A, are Little > Endian. So add this optional property to help identify them. > > Actually LS2021A and other Layerscapes won't totally follow Chassis > 2.1, so separate them from powerpc SoC. > > Signed-off-by: Ran Wang > --- > Change in v4: > - Adjust indectation of 'ls1021a, ls1012a, ls1043a, ls1046a'. > > Change in v3: > - None. > > Change in v2: > - None. > > Documentation/devicetree/bindings/soc/fsl/rcpm.txt | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > Reviewed-by: Rob Herring