From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 085C6CD612C for ; Mon, 9 Oct 2023 19:28:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378388AbjJIT2L (ORCPT ); Mon, 9 Oct 2023 15:28:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346671AbjJIT2I (ORCPT ); Mon, 9 Oct 2023 15:28:08 -0400 Received: from forward102a.mail.yandex.net (forward102a.mail.yandex.net [178.154.239.85]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A77093; Mon, 9 Oct 2023 12:28:07 -0700 (PDT) Received: from mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net [IPv6:2a02:6b8:c1d:3e8e:0:640:2b73:0]) by forward102a.mail.yandex.net (Yandex) with ESMTP id 7CEA060A61; Mon, 9 Oct 2023 22:28:05 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id cRi0fk6DeCg0-72eaB0Mk; Mon, 09 Oct 2023 22:28:04 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6tel.net; s=mail; t=1696879684; bh=EiHT1C8QrX27oUj5cpV2mvGmOdyC7mSlb+5R7cBzlW4=; h=Message-ID:Date:Cc:Subject:To:From; b=H/HkkSpB69Y5/mZaLBUdbspIYy+xXWdcOnsWdvU++wcoPV2uXI8Hz3kwO8mQraq37 bx+wtDAzZCIalKTfy7xtvQpvUC0XVInwKShuCPiQVMSYMtIgl0AYpXEUI/8jBBlp90 bNzV10e7wNaC31DL8LRxuLekx5DlpbEfh/G93QxI= Authentication-Results: mail-nwsmtp-smtp-production-main-51.vla.yp-c.yandex.net; dkim=pass header.i=@6tel.net From: Muhammed Efe Cetin To: linux-rockchip@lists.infradead.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, heiko@sntech.de, sebastian.reichel@collabora.com, jonas@kwiboo.se, megi@xff.cz, d-gole@ti.com, Muhammed Efe Cetin Subject: [PATCH v4 0/3] Add Support for Orange Pi 5 Date: Mon, 9 Oct 2023 22:27:24 +0300 Message-ID: X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, These series add initial support for Orange Pi 5 and SFC node for RK3588S. Changes in v4: * Update SFC patch commit description. * Add Reviewed-by tags from Dhruva Gole . Changes in v3: * Remove cap-mmc-highspeed property from sdmmc. * Make vcc_1v1_nldo_s3 an alias of dcdc-reg6 and add regulator-max-microvolt, regulator-min-microvolt properties. * Make press-threshold-microvolt 1800 for recovery button. * Remove assigned-clocks from sfc node. * Drop some properties from sfc node in orangepi5 devicetree. * Move snps reset properties to rgmii_phy1. Changes in v2: * Fix CHECK_DTBS warnings and add dtb to makefile. * Remove assigned-clock-rates from sfc node and fix wrong interrupts property. * Remove non-existent adc buttons and add button-recovery instead. * Remove backlight_1, backlight, vcc12v_dcin, vcc5v0_usbdcin, vcc5v0_usb, combophy_avdd0v85, combophy_avdd1v8, sata0, u2phy0, u2phy0_otg nodes. * Rename vcc3v3_pcie2x1l2 to vcc3v3_pcie20, vbus5v0_typec to vbus_typec. * Remove regulator-always-on property from vcc_3v3_sd_s0 and vcc3v3_pcie20. Muhammed Efe Cetin (3): dt-bindings: arm: rockchip: Add Orange Pi 5 board arm64: dts: rockchip: Add sfc node to rk3588s arm64: dts: rockchip: Add Orange Pi 5 .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rk3588s-orangepi-5.dts | 673 ++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 11 + 4 files changed, 690 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts -- 2.42.0