]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: fu540: dts: Correct reg size of otp and dmc nodes
authorBin Meng <bin.meng@windriver.com>
Tue, 9 Jun 2020 03:28:26 +0000 (20:28 -0700)
committerAndes <uboot@andestech.com>
Thu, 2 Jul 2020 02:03:03 +0000 (10:03 +0800)
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Pragnesh Patel <pragnesh.patel@sifive.com>
arch/riscv/dts/fu540-c000-u-boot.dtsi

index 0d3f7108faa9316fb4c4085c5a1ed100571d0bb1..35c153d8515f2e28ba24b59016f0c5a6c2ff0541 100644 (file)
@@ -50,7 +50,7 @@
                u-boot,dm-spl;
                otp: otp@10070000 {
                        compatible = "sifive,fu540-c000-otp";
-                       reg = <0x0 0x10070000 0x0 0x0FFF>;
+                       reg = <0x0 0x10070000 0x0 0x1000>;
                        fuse-count = <0x1000>;
                };
                clint@2000000 {
@@ -63,7 +63,7 @@
                        compatible = "sifive,fu540-c000-ddr";
                        reg = <0x0 0x100b0000 0x0 0x0800
                               0x0 0x100b2000 0x0 0x2000
-                              0x0 0x100b8000 0x0 0x0fff>;
+                              0x0 0x100b8000 0x0 0x1000>;
                        clocks = <&prci PRCI_CLK_DDRPLL>;
                        clock-frequency = <933333324>;
                        u-boot,dm-spl;