Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Quentin Schulz" <foss+kernel@0leil.net>
Cc: devicetree@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCH 1/2] arm64: dts: rockchip: enable CAN0 on RK3588 Jaguar
Date: Thu, 30 Jul 2026 13:34:39 +0000	[thread overview]
Message-ID: <20260730133440.5CE3A1F00A3A@smtp.kernel.org> (raw)
In-Reply-To: <20260730-jaguar-can-v1-1-9b566bd785da@cherry.de>

Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [Medium] Missing `pinctrl` pin multiplexing configuration for the CAN0 interface.
- [Low] Undefined device tree label `&can0` causing DTC build failure.
--

--- Patch [1]: [PATCH 1/2] arm64: dts: rockchip: enable CAN0 on RK3588 Jaguar ---
commit 15a700b1846dc901ddd98173bf7c79852fd78bed
Author: Quentin Schulz <quentin.schulz@cherry.de>

arm64: dts: rockchip: enable CAN0 on RK3588 Jaguar

This commit enables the CAN0 interface on the RK3588 Jaguar, which is
exposed on the P5 connector on the SBC.

> diff --git a/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts b/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts
> index 41758fe7d3689..ed6c1162bd821 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts
> +++ b/arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts
[ ... ]
> @@ -195,6 +195,12 @@ vcc5v0_usb: regulator-vcc5v0-usb {
>  	};
>  };
>  

[Severity: Low]
Does the can0 label exist in the base rk3588.dtsi or its includes? It appears
this might cause a Device Tree Compiler (DTC) build failure if the label is
undefined in the current tree.

[Severity: Medium]
Will this interface require an explicit pinctrl-0 property to correctly route
the CAN signals to the physical pins on the P5 connector? Assuming the can0
node is provided by a prerequisite patch, the CAN interface might fail to
communicate physically if the default pin multiplexing doesn't match this
board's routing.

> +&can0 {
> +	assigned-clocks = <&cru CLK_CAN0>;
> +	assigned-clock-rates = <300000000>;
> +	status = "okay";
> +};

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260730-jaguar-can-v1-0-9b566bd785da@cherry.de?part=1

  reply	other threads:[~2026-07-30 13:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-30 13:18 [PATCH 0/2] arm64: dts: rockchip: support CAN1-CAN2-UART4 adapter for RK3588 Jaguar + enable CAN0 Quentin Schulz
2026-07-30 13:18 ` [PATCH 1/2] arm64: dts: rockchip: enable CAN0 on RK3588 Jaguar Quentin Schulz
2026-07-30 13:34   ` sashiko-bot [this message]
2026-07-30 13:18 ` [PATCH 2/2] arm64: dts: rockchip: support CAN1-CAN2-UART4 adapter for " Quentin Schulz
2026-07-30 13:35   ` sashiko-bot
2026-07-30 13:44     ` Quentin Schulz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260730133440.5CE3A1F00A3A@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=foss+kernel@0leil.net \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox