linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Yinbo Zhu <yinbo.zhu@nxp.com>
To: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Li Yang <leoyang.li@nxp.com>,
	Claudiu Manoil <claudiu.manoil@nxp.com>,
	Amit Jain <amit.jain_1@nxp.com>, Yangbo Lu <yangbo.lu@nxp.com>,
	Vabhav Sharma <vabhav.sharma@nxp.com>,
	Rajesh Bhagat <rajesh.bhagat@nxp.com>,
	Ashish Kumar <Ashish.Kumar@nxp.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org
Cc: Alison Wang <alison.wang@nxp.com>,
	Alex Marginean <alexandru.marginean@nxp.com>,
	xiaobo.xie@nxp.com, Catalin Horghidan <catalin.horghidan@nxp.com>,
	Rajat Srivastava <rajat.srivastava@nxp.com>,
	jiafei.pan@nxp.com, linuxppc-dev@lists.ozlabs.org,
	yinbo.zhu@nxp.com
Subject: [PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg
Date: Wed, 14 Aug 2019 15:26:48 +0800	[thread overview]
Message-ID: <20190814072649.8237-3-yinbo.zhu@nxp.com> (raw)
In-Reply-To: <20190814072649.8237-1-yinbo.zhu@nxp.com>

dcfg use little endian that SoC register value will be correct

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
index b0d4f8916ede..5538e8e354b2 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
@@ -162,7 +162,7 @@
 		dcfg: syscon@1e00000 {
 			compatible = "fsl,ls1028a-dcfg", "syscon";
 			reg = <0x0 0x1e00000 0x0 0x10000>;
-			big-endian;
+			little-endian;
 		};
 
 		scfg: syscon@1fc0000 {
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-08-14  7:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-14  7:26 [PATCH v1 1/4] arm64: dts: ls1028a-rdb: enable emmc hs400 mode Yinbo Zhu
2019-08-14  7:26 ` [PATCH v1 2/4] soc: fsl: guts: Add definition for LS1028A Yinbo Zhu
2019-08-15 22:40   ` Li Yang
2019-08-14  7:26 ` Yinbo Zhu [this message]
2019-12-10  0:06   ` [PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg Michael Walle
2019-12-10  2:34     ` Y.b. Lu
2019-12-11  9:14       ` Shawn Guo
2019-08-14  7:26 ` [PATCH v1 4/4] mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC Yinbo Zhu
2019-08-15 11:48   ` Adrian Hunter
2019-08-22 12:13   ` Ulf Hansson
2019-11-22  3:31 ` [PATCH v1 1/4] arm64: dts: ls1028a-rdb: enable emmc hs400 mode Yinbo Zhu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190814072649.8237-3-yinbo.zhu@nxp.com \
    --to=yinbo.zhu@nxp.com \
    --cc=Ashish.Kumar@nxp.com \
    --cc=adrian.hunter@intel.com \
    --cc=alexandru.marginean@nxp.com \
    --cc=alison.wang@nxp.com \
    --cc=amit.jain_1@nxp.com \
    --cc=catalin.horghidan@nxp.com \
    --cc=catalin.marinas@arm.com \
    --cc=claudiu.manoil@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jiafei.pan@nxp.com \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mark.rutland@arm.com \
    --cc=rajat.srivastava@nxp.com \
    --cc=rajesh.bhagat@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=vabhav.sharma@nxp.com \
    --cc=will.deacon@arm.com \
    --cc=xiaobo.xie@nxp.com \
    --cc=yangbo.lu@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).