From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932068AbcA0Jhd (ORCPT ); Wed, 27 Jan 2016 04:37:33 -0500 Received: from eddie.linux-mips.org ([148.251.95.138]:56716 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754229AbcA0Jha (ORCPT ); Wed, 27 Jan 2016 04:37:30 -0500 Date: Wed, 27 Jan 2016 10:37:21 +0100 From: Ralf Baechle To: Florian Fainelli Cc: Mark Brown , Kevin Cernekee , linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Johannes Berg , Simon Arlott , Arnd Bergmann Subject: Re: [PATCH RFC 2/2] MIPS: dt: Explicitly specify native endian behaviour for syscon Message-ID: <20160127093721.GA2939@linux-mips.org> References: <1453848410-24949-1-git-send-email-broonie@kernel.org> <1453848410-24949-2-git-send-email-broonie@kernel.org> <56A7FE3F.5090909@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56A7FE3F.5090909@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 26, 2016 at 03:16:15PM -0800, Florian Fainelli wrote: > diff --git a/arch/mips/boot/dts/brcm/bcm6368.dtsi > b/arch/mips/boot/dts/brcm/bcm6368.dtsi > index 9c8d3fe28b31..1f6b9b5cddb4 100644 > --- a/arch/mips/boot/dts/brcm/bcm6368.dtsi > +++ b/arch/mips/boot/dts/brcm/bcm6368.dtsi > @@ -54,7 +54,7 @@ > periph_cntl: syscon@10000000 { > compatible = "syscon"; > reg = <0x10000000 0x14>; > - little-endian; > + native-endian; > }; > > reboot: syscon-reboot@10000008 { Acked-by: Ralf Baechle for the combined patch. Ralf