ARM: dts: ls1021a: Fixed reg for sata node
authorPeng Ma <peng.ma@nxp.com>
Wed, 29 May 2019 02:40:47 +0000 (02:40 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Wed, 19 Jun 2019 07:24:57 +0000 (12:54 +0530)
This patch is to fixed the reg read to "0" for armv7
architecture.

Signed-off-by: Peng Ma <peng.ma@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/dts/ls1021a.dtsi

index 8a0f473e25cafc0343c736486053574b82ef9e3a..7fb24ab68787349f7e132a2e33602e2d35aeeebb 100644 (file)
 
                sata: sata@3200000 {
                        compatible = "fsl,ls1021a-ahci";
-                       reg = <0x0 0x3200000 0x0 0x10000 /* ccsr sata base */
-                              0x0 0x20220520 0x0 0x4>;  /* ecc sata addr*/
+                       reg = <0x3200000 0x10000 0x20220520 0x4>;
                        reg-names = "sata-base", "ecc-addr";
                        interrupts = <0 101 4>;
                        status = "disabled";