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.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable 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 9DF62C31E45 for ; Thu, 13 Jun 2019 23:05:46 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CFC4A2147A for ; Thu, 13 Jun 2019 23:05:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CFC4A2147A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 45PzqV10L8zDrQF for ; Fri, 14 Jun 2019 09:05:42 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=209.85.160.194; helo=mail-qt1-f194.google.com; envelope-from=robherring2@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-qt1-f194.google.com (mail-qt1-f194.google.com [209.85.160.194]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 45PznK4FtSzDrNw for ; Fri, 14 Jun 2019 09:03:49 +1000 (AEST) Received: by mail-qt1-f194.google.com with SMTP id n11so389907qtl.5 for ; Thu, 13 Jun 2019 16:03:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Any9+xhgAdf8Tj2YQiAeCpNAF5TdMk3cjHofJsaCPp8=; b=K9ZCDqtOI29nGY9Zm37MbJ/8U1BxERgg10MzCYwtrJrKyfyYpzFjgHWLQoYjJpRwrs 87CjBRTBMH7Y94W8zbEJHCkQyUNJyfhm5/JeFS3CLGCIMMlOrol7yPOZYQuE/PT0bO01 lhkOIak7/ues1qrzCWVyqkc3qa5kPOveRxxFPbtz0w0Rpj0T7nq5DdU05VnlHoWxPy2Z YfoyLC/ra/wufeD3E24aXkd7Pa/AeCymdqXUVRb+Z2iLIK9rY16aa805Ooyimb2x839q yxARvavnvHL89RKVUts6d7/V3UN1i+DAIOJ7ySxQhBEMTRxpsEFIQT0Jksx3+uAYNjh4 70Yw== X-Gm-Message-State: APjAAAXnxQPuaSlJ01cP3w7xO54hxe9VirKxsw2ZM/Lex4EIxUpGXf0V g03m6M1gjt4GuS+mhzq0mA== X-Google-Smtp-Source: APXvYqwP6BVE4QQ6PLKz0SdGsY6PHtqwDv2ToI4H2dca/xQK2tVqH95A1g32hz8XmVu9TPpzIdEW+A== X-Received: by 2002:ac8:4919:: with SMTP id e25mr9443342qtq.214.1560467026455; Thu, 13 Jun 2019 16:03:46 -0700 (PDT) Received: from localhost ([64.188.179.243]) by smtp.gmail.com with ESMTPSA id i17sm508437qkl.71.2019.06.13.16.03.45 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Thu, 13 Jun 2019 16:03:45 -0700 (PDT) Date: Thu, 13 Jun 2019 17:03:44 -0600 From: Rob Herring To: Ran Wang Subject: Re: [PATCH v4 2/3] Documentation: dt: binding: fsl: Add 'little-endian' and update Chassis define 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 Content-Disposition: inline In-Reply-To: <20190520095238.29210-2-ran.wang_1@nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Len Brown , devicetree@vger.kernel.org, Greg Kroah-Hartman , linux-pm@vger.kernel.org, "Rafael J . Wysocki" , linux-kernel@vger.kernel.org, Li Yang , Pavel Machek , Ran Wang , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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