From 5062cfad3a4c4b412871d5f8d664b377c52acb52 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 27 Nov 2023 19:17:55 +0900 Subject: [PATCH] Revert "RISCV: dts: starfive: Fix the property of memory" This reverts commit e750d985a70a0ceab8166131c39a73b962f91fd6. It's Workaround code until supporting eeprom. Change-Id: I3e01ed8fe90ef936b2a0f71d21bfbdabcf3f499a Signed-off-by: Jaehoon Chung --- arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index 0abea4b..ff1d920 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -32,7 +32,7 @@ memory@40000000 { device_type = "memory"; - reg = <0x0 0x40000000 0x2 0x0>; + reg = <0x0 0x40000000 0x1 0x0>; }; thermal-zones { -- 2.7.4