]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
arm64: dts: ls1028a: fix endian setting for dcfg
authorYinbo Zhu <yinbo.zhu@nxp.com>
Fri, 13 Dec 2019 02:18:39 +0000 (10:18 +0800)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 30 Jan 2020 15:25:38 +0000 (16:25 +0100)
BugLink: https://bugs.launchpad.net/bugs/1861090
commit 33eae7fb2e593fdbaac15d843e2558379c6d1149 upstream.

DCFG block uses little endian.  Fix it so that register access becomes
correct.

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Acked-by: Yangbo Lu <yangbo.lu@nxp.com>
Fixes: 8897f3255c9c ("arm64: dts: Add support for NXP LS1028A SoC")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index bb960fe2bb64c66e3c2c0960595f1534e2a25d04..9589b15693d6e97e87ab4dd20149f5bcd87e5ab2 100644 (file)
                dcfg: syscon@1e00000 {
                        compatible = "fsl,ls1028a-dcfg", "syscon";
                        reg = <0x0 0x1e00000 0x0 0x10000>;
-                       big-endian;
+                       little-endian;
                };
 
                rst: syscon@1e60000 {