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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C088EE49A6 for ; Mon, 21 Aug 2023 15:49:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ELQLVCl+J/IcwIJ3dVowPw2rvirMjZos0/D3bMD3sJI=; b=mMGgVin2xSnpF5 RKjraGur1/c/rLeqjKpEDfVk7G7ZiGyPQpVBcOZRsfHY3fOHDOj8PYOkNyKxUaIg2FYPU3h+GiezS b25DDope0EjP4r+8sci8BGUt2OPWlAz7iU6Hv4d30HDcVV9kxBwKIc4OOlvR17hq87LTr+gisqmqj 9ISoUxqiJbULn87z52dVEi2cS9CMEoiZkAVRm89ooyL5aRjvwPmZ3c4pjsX5SxoLlGO52MCM5dAza tva62v+DhI4Qy13WP8Uy6c3viUVtj7aq+ngLV6k6i63AX1aJvFQgr8f7APYBkZ3xzBIRqki4Ou4Xu DLrrBeN9KNdENQNRkMwg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qY791-00EItY-1U; Mon, 21 Aug 2023 15:48:43 +0000 Received: from forward100b.mail.yandex.net ([178.154.239.147]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qY78s-00EInf-2Q; Mon, 21 Aug 2023 15:48:36 +0000 Received: from mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net [IPv6:2a02:6b8:c12:12ae:0:640:5b3c:0]) by forward100b.mail.yandex.net (Yandex) with ESMTP id DEE546005C; Mon, 21 Aug 2023 18:48:27 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-42.myt.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 7mKGOJgDamI0-Z1f7fceh; Mon, 21 Aug 2023 18:48:26 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6tel.net; s=mail; t=1692632907; bh=xFn7Cyu/7fJeQMrS8j7WfSw7yg5kq6A45q2hWGDSDCo=; h=Message-ID:Date:In-Reply-To:Cc:Subject:References:To:From; b=nIdrsfV13E+vQZMVffLIv3XWHUevWnXahqn2nliBUi7In5Ssd735kzm2pNCQwr8R5 Yf4WB+wRrLJK747uV3SNbqn8PJISddHaHrg/TGzRTDaInf0jIUupzOGPRZ2cJLJAli 2E1tyit67DB/4wf7yizbmjeefWfT+qUeDvfYcOjU= Authentication-Results: mail-nwsmtp-smtp-production-main-42.myt.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, Muhammed Efe Cetin Subject: [PATCH v3 2/3] arm64: dts: rockchip: Add sfc node to rk3588s Date: Mon, 21 Aug 2023 18:47:58 +0300 Message-ID: <70557b7843994a57c6d3422e00643cb75a698d0b.1692632346.git.efectn@6tel.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230821_084834_970733_F0945649 X-CRM114-Status: UNSURE ( 9.17 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add sfc node to rk3588s.dtsi from downstream kernel. Signed-off-by: Muhammed Efe Cetin --- arch/arm64/boot/dts/rockchip/rk3588s.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi index 5544f66c6ff4..1a820a5a51eb 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588s.dtsi @@ -1424,6 +1424,17 @@ 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"; + #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>; -- 2.41.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel