From patchwork Tue Aug 15 12:58:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Muhammed Efe Cetin X-Patchwork-Id: 713902 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 5F1D0C04A6A for ; Tue, 15 Aug 2023 13:06:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237348AbjHONFn (ORCPT ); Tue, 15 Aug 2023 09:05:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237376AbjHONF1 (ORCPT ); Tue, 15 Aug 2023 09:05:27 -0400 X-Greylist: delayed 365 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 15 Aug 2023 06:05:25 PDT Received: from forward200b.mail.yandex.net (forward200b.mail.yandex.net [IPv6:2a02:6b8:c02:900:1:45:d181:d200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5247110C0; Tue, 15 Aug 2023 06:05:23 -0700 (PDT) Received: from forward103b.mail.yandex.net (forward103b.mail.yandex.net [IPv6:2a02:6b8:c02:900:1:45:d181:d103]) by forward200b.mail.yandex.net (Yandex) with ESMTP id 5C0046D3D9; Tue, 15 Aug 2023 15:59:19 +0300 (MSK) Received: from mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:17a3:0:640:53a6:0]) by forward103b.mail.yandex.net (Yandex) with ESMTP id 900576008A; Tue, 15 Aug 2023 15:59:14 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 3xeYJg5Wma60-NJiIOuGT; Tue, 15 Aug 2023 15:59:13 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6tel.net; s=mail; t=1692104354; bh=qVobqAw1ejIeOmOQL3G2D1I+HOKk97SjxD2o3Soufo4=; h=Message-ID:Date:In-Reply-To:Cc:Subject:References:To:From; b=TzaQnxGslyFELK2A8isOQFJlRqsl1BMGBTYnSU9v2DDDFD+92kQZDxyVdL9oZVBuf m/JUeBf8nCsX1joutmBJtUrbIDTY9zut9nzcI/IuVYpTG8HCr8PdxtEYF+Tt6rCt3i snm5h3JLrGSoZsGzcmZh6xQ/rguVG4YniWUOgpfg= Authentication-Results: mail-nwsmtp-smtp-production-main-91.iva.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, Muhammed Efe Cetin Subject: [PATCH 1/3] dt-bindings: arm: rockchip: Add Orange Pi 5 board Date: Tue, 15 Aug 2023 15:58:59 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add Orange Pi 5 SBC from Xunlong. Signed-off-by: Muhammed Efe Cetin --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index ca5389862887..b9649e27bc82 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -877,6 +877,11 @@ properties: - xunlong,orangepi-r1-plus-lts - const: rockchip,rk3328 + - description: Xunlong Orange Pi 5 + items: + - const: xunlong,orangepi-5 + - const: rockchip,rk3588s + - description: Zkmagic A95X Z2 items: - const: zkmagic,a95x-z2 From patchwork Tue Aug 15 12:59:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Muhammed Efe Cetin X-Patchwork-Id: 713903 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 5075DC41513 for ; Tue, 15 Aug 2023 13:06:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237340AbjHONFl (ORCPT ); Tue, 15 Aug 2023 09:05:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237375AbjHONF0 (ORCPT ); Tue, 15 Aug 2023 09:05:26 -0400 X-Greylist: delayed 367 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 15 Aug 2023 06:05:24 PDT Received: from forward200b.mail.yandex.net (forward200b.mail.yandex.net [178.154.239.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BBAFE7C; Tue, 15 Aug 2023 06:05:23 -0700 (PDT) Received: from forward100c.mail.yandex.net (forward100c.mail.yandex.net [IPv6:2a02:6b8:c03:500:1:45:d181:d100]) by forward200b.mail.yandex.net (Yandex) with ESMTP id 58B2B6A59A; Tue, 15 Aug 2023 15:59:23 +0300 (MSK) Received: from mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:17a3:0:640:53a6:0]) by forward100c.mail.yandex.net (Yandex) with ESMTP id F26A4600E5; Tue, 15 Aug 2023 15:59:17 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 3xeYJg5Wma60-F18sllHy; Tue, 15 Aug 2023 15:59:16 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6tel.net; s=mail; t=1692104357; bh=sgHEBJ/UfvG71gn4poD3opvIRRXcBrkFCebOtOAyTGY=; h=Message-ID:Date:In-Reply-To:Cc:Subject:References:To:From; b=a2ww5X+y/F8n/yRvaLidHJR47P0kSJQrGupng7h4WPPW1g3QWeDkcvRYHiIlrY2BL wRbxPrPazCnx30yPr5AJsXKyBlTEe7GHP1tb2l8YOsfcigGoK8QQY/evP+27J2LwyG C1DGCOZdypkAHfmlfMsh1aftWGLsloom3P19yJbM= Authentication-Results: mail-nwsmtp-smtp-production-main-91.iva.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, Muhammed Efe Cetin Subject: [PATCH 2/3] arm64: dts: rockchip: Add sfc node to rk3588s Date: Tue, 15 Aug 2023 15:59:00 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add sfc node to rk3588s.dtsi from downstream kernel. Signed-off-by: Muhammed Efe Cetin --- arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi index 5544f66c6ff4..a38a0158fce0 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi @@ -1424,6 +1424,19 @@ sata-port@0 { }; }; + sfc: spi@fe2b0000 { + compatible = "rockchip,sfc"; + reg = <0x0 0xfe2b0000 0x0 0x4000>; + interrupts = ; + clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>; + clock-names = "clk_sfc", "hclk_sfc"; + assigned-clocks = <&cru SCLK_SFC>; + assigned-clock-rates = <100000000>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + sdmmc: mmc@fe2c0000 { compatible = "rockchip,rk3588-dw-mshc", "rockchip,rk3288-dw-mshc"; reg = <0x0 0xfe2c0000 0x0 0x4000>;