From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DE34C3A59B for ; Mon, 19 Aug 2019 07:40:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 32EEC2184D for ; Mon, 19 Aug 2019 07:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566200423; bh=SSwGoyQjtxQyIG+L12Fa79RfIeakkTxJQkrFw8MwzFo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=T65kbyW1zTQdGuID1H/7zPAOZu1hbIfylZ3PhyfoxutIjZLgiyumJOTlN5EQSO/tG fsbBAy243IuSWFuSRT5OR2Ei+Lcf4ZS/dbZGnl5ys+dwsjSptO8+rHJCahJrdWBfxA yU7KeuRmkwQZgvkUGvdO6rdfmoUM99uxjpJnUtxQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727103AbfHSHkW (ORCPT ); Mon, 19 Aug 2019 03:40:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:59194 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725790AbfHSHkT (ORCPT ); Mon, 19 Aug 2019 03:40:19 -0400 Received: from X250 (37.80-203-192.nextgentel.com [80.203.192.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D72A52186A; Mon, 19 Aug 2019 07:40:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566200418; bh=SSwGoyQjtxQyIG+L12Fa79RfIeakkTxJQkrFw8MwzFo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0fxXKqzZ27SPO5MQzxrckPFMQvlzrVgisB9+HTtPvm8PaVOSNkPuzDRurwscI4s1Z 7upOTcs8GamBB1WmW34ZnG17cylcGhhGOMhvSCadorBrnmXrTYAHbj/Sw+30sE0c+C +OOfuwbRv2Gz5lUfZkk34G5rQwVDgGZVAc+F34kE= Date: Mon, 19 Aug 2019 09:40:06 +0200 From: Shawn Guo To: Hui Song Cc: Li Yang , Rob Herring , Mark Rutland , Linus Walleij , Bartosz Golaszewski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: [PATCH] arm64: dts: ls1028a: fix gpio nodes Message-ID: <20190819074005.GC5999@X250> References: <20190805065700.7601-1-hui.song_1@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190805065700.7601-1-hui.song_1@nxp.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 05, 2019 at 02:57:00PM +0800, Hui Song wrote: > From: Song Hui > > Update the nodes to include little-endian > property to be consistent with the hardware. > > Signed-off-by: Song Hui Applied, thanks.