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 20047C43602 for ; Tue, 30 Jun 2026 16:44:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dV/6p+jnBCTZ+PzDK8GCl4Bvcm15c7cMycChV092hzE=; b=yYV1U10OLEHVEKrWrVlu9Nof2q 1Rn5QVHHXjSPPZ5z7Kp+WKxbXQWnD0aBZnayLaKMgq6KQcVV9koF5qeffKLLUGPXFMOMCZUt0I833 SpTJ0mmZjrlqVpDsLUpc9ZKXdgxvaYqOoMoyrlO/MJJAdsPY+/bqI29ON3nvrXjfRss1yL5S23EMM i/zSy0Y4fD3NiDvFHjPnriI4PsbrODAFyG1d9fxKuh147oP+7ouYTwOOAjEoh5VX86jtw5pEHCg9n cGkkEyCX7vulx1Cek7C9YLrl4r2DG3ddE2ebTu2ykrMQTfC0Ck/Kl/GOwCvDJS0/uezymhOjieFau UtXR367A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1webZ7-0000000HVQT-39SL; Tue, 30 Jun 2026 16:44:05 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1webYx-0000000HVKu-2wkc; Tue, 30 Jun 2026 16:43:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type; bh=dV/6p+jnBCTZ+PzDK8GCl4Bvcm15c7cMycChV092hzE=; b=XIaELJRETsTj0t4x8bf4WRerHW Xg3gCR6NwJa/r6Pm/k7WmIfhlxVZDk16KzuhgPwYVLOOwLqz5kr74lkVmAHZ9yv9aErlVil2Tuhoi Nk3lvl5DAsVc+PL30E340+eONDw2lgS2AqlXRexMg/92Se3hk0l9doEoaY4BzK5pcNlYH3H7P3uog 74Ul8oum7ov7BeDVI3d2MpwHZX7kGADNY3uEmW47p8Xhuk2LgN4BWf2O+NDFQtGk5M6UL66cg0QmV KxQL035iMJbwo/ZQ5LMY6Fvxwz/ouKhB/yoXCmilGjtBz4lMaC58ZH0YpRZpA8/cOg8Sa5ITBn2SR sKj8oweA==; From: Heiko Stuebner To: mkl@pengutronix.de, mailhol@kernel.org Cc: kernel@pengutronix.de, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, heiko@sntech.de, shawn.lin@rock-chips.com, linux-can@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, quentin.schulz@cherry.de, zhangqing@rock-chips.com, Heiko Stuebner Subject: [PATCH 6/6] arm64: dts: rockchip: Enable CAN controller on RK3588-Tiger-Haikou Date: Tue, 30 Jun 2026 18:43:36 +0200 Message-ID: <20260630164336.3444550-7-heiko@sntech.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260630164336.3444550-1-heiko@sntech.de> References: <20260630164336.3444550-1-heiko@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260630_094355_736816_B3006D8A X-CRM114-Status: GOOD ( 10.47 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Heiko Stuebner CAN0 is piped through the Q7-connector to the CAN-Header on the Haikou base-board, so enable support for it there. At least on RK3588-Tiger, the CAN clocks default to 99MHz, limiting usable CAN bitrates without skew. Errata documentation mentions 300MHz as the default frequency on RK3568, so replicate this here to allow more bitrates. Signed-off-by: Heiko Stuebner --- arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts index 873fbeb8daa1..6273e695b039 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts @@ -155,6 +155,12 @@ vddd_audio_1v6: regulator-vddd-audio-1v6 { }; }; +&can0 { + assigned-clocks = <&cru CLK_CAN0>; + assigned-clock-rates = <300000000>; + status = "okay"; +}; + &combphy2_psu { status = "okay"; }; -- 2.47.3