From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from freeshell.de (freeshell.de [116.202.128.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9713BC2D1; Sat, 23 Aug 2025 08:59:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.202.128.144 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755939553; cv=none; b=ZodqRSAA8ZRZVwa1M7qBzUrWMnb8PDBg3iQgLwHdog2zFGTsy/WZxlqDqbxsCS5XNORSrrfWDln/ePNpN6Tyxwx4AQlMrtYs/DlxjB/IZ0F2WtwQ/N0o0FuPaHrOaUwtLtf+PviMaeJqhTrxiekAr6fQd57LsMHQeZtwp5BjyXI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755939553; c=relaxed/simple; bh=N5SPA0uLhiPgJjNJrXRDXCKhs9Tuc9R2/R866kkDGDk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=hxt5smELuCcNTZmXbA80i8o730tWlrHQZ1ZsLfnKgo3XF4nERvsTGqR/p2MeS0Y0iftFXHh6XXqjOoJG9OofrVCFa1RpicwUR25UghB2eKXfm08zN5WcWHEKUVTjsItTdh7sZhxPFvTYHG1YJQSQxaX40Q8oI+N+BX8s5uQmKiU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de; spf=pass smtp.mailfrom=freeshell.de; arc=none smtp.client-ip=116.202.128.144 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=freeshell.de Received: from hay.lan (unknown [IPv6:2605:59c0:2078:cf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 4F6E8B4E000B; Sat, 23 Aug 2025 10:59:05 +0200 (CEST) From: E Shattow To: Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Hal Feng , Minda Chen , E Shattow , linux-riscv@lists.infradead.org Subject: [PATCH v3 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110 Date: Sat, 23 Aug 2025 01:57:59 -0700 Message-ID: <20250823085818.203263-1-e@freeshell.de> X-Mailer: git-send-email 2.50.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Bring in additional downstream U-Boot boot loader changes for StarFive VisionFive2 board target (and related JH7110 common boards). Create a basic dt-binding (and not any Linux driver) in support of the memory-controller dts node used in mainline U-Boot. Also add bootph-pre-ram hinting to jh7110.dtsi needed at SPL boot phase. Changes since v2: - patch 1/3 "add StarFive JH7110 SoC DMC": wrap at 80 col, clock-names const is 'pll'. - patch 2/3 "add memory controller node": memory-controller node follows sorting style by reg address, between watchdog and crypto nodes. Update clock-names to 'pll'. - patch 3/3 "bootph-pre-ram hinting needed by boot loader": add missing hints for syscrg dependencies 'gmac1_rgmii_rxin', 'gmac1_rmii_refin', and 'pllclk'. E Shattow (3): dt-bindings: memory-controllers: add StarFive JH7110 SoC DMC riscv: dts: starfive: jh7110: add DMC memory controller riscv: dts: starfive: jh7110: bootph-pre-ram hinting needed by boot loader .../starfive,jh7110-dmc.yaml | 74 +++++++++++++++++++ arch/riscv/boot/dts/starfive/jh7110.dtsi | 24 ++++++ 2 files changed, 98 insertions(+) create mode 100644 Documentation/devicetree/bindings/memory-controllers/starfive,jh7110-dmc.yaml base-commit: 481ee0fcbb9a0f0706d6d29de9570d1048aff631 -- 2.50.0