From: sashiko-bot@kernel.org
To: "Hrushiraj Gandhi" <hrushirajg23@gmail.com>
Cc: conor+dt@kernel.org, robh@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v4 3/3] arm64: dts: rockchip: add Vicharak Axon board
Date: Mon, 01 Jun 2026 15:33:35 +0000 [thread overview]
Message-ID: <20260601153337.054BA1F00893@smtp.kernel.org> (raw)
In-Reply-To: <20260601151810.162173-4-hrushirajg23@gmail.com>
Thank you for your contribution! Sashiko AI review found 2 potential issue(s) to consider:
- [High] Missing PHY Initialization for `pcie2x1l1` PCIe controller
- [Low] Alphabetical sorting violation in Makefile
--
commit dfbd817683ee0ef28e8408ee1abe3937bb3a7365
Author: Hrushiraj Gandhi <hrushirajg23@gmail.com>
arm64: dts: rockchip: add Vicharak Axon board
This commit adds initial support for the Vicharak Axon single-board computer
based on the Rockchip RK3588 SoC. It includes device tree configuration for
various peripherals such as PCIe, Ethernet, HDMI, and storage.
> diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile
> index cb55c6b70d0e5..fcb115b02effa 100644
> --- a/arch/arm64/boot/dts/rockchip/Makefile
> +++ b/arch/arm64/boot/dts/rockchip/Makefile
> @@ -179,6 +179,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-rock-4d.dtb
> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3582-radxa-e52c.dtb
> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-armsom-sige7.dtb
> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-armsom-w3.dtb
> +dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-vicharak-axon.dtb
[Severity: Low]
This isn't a bug, but should this be placed further down the list to
maintain alphabetical sorting? It looks like it is inserted between
armsom-w3 and coolpi-cm5-evb.
> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-coolpi-cm5-evb.dtb
> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-coolpi-cm5-genbook.dtb
> dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3588-edgeble-neu6a-io.dtb
[ ... ]
> diff --git a/arch/arm64/boot/dts/rockchip/rk3588-vicharak-axon.dts b/arch/arm64/boot/dts/rockchip/rk3588-vicharak-axon.dts
> new file mode 100644
> index 0000000000000..bfc50480668e4
> --- /dev/null
> +++ b/arch/arm64/boot/dts/rockchip/rk3588-vicharak-axon.dts
[ ... ]
> +&pcie2x1l0 {
> + reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pcie2_0_rst>;
> + vpcie3v3-supply = <&vcc3v3_pcie20_sata30>;
> + status = "okay";
> +};
> +
> +&pcie2x1l1 {
> + reset-gpios = <&gpio4 RK_PA2 GPIO_ACTIVE_HIGH>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pcie2_1_rst>;
> + vpcie3v3-supply = <&vcc3v3_pcie20_sata30>;
> + status = "okay";
> +};
[Severity: High]
Does the pcie2x1l1 controller need its prerequisite PHY node enabled here?
Looking at the device tree, combphy2_psu is not marked with status = "okay",
which might cause the PCIe controller probe to defer or fail completely.
> +
> +&pcie2x1l2 {
> + status = "disabled";
> +};
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260601151810.162173-1-hrushirajg23@gmail.com?part=3
prev parent reply other threads:[~2026-06-01 15:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-01 15:18 [PATCH v4 0/3] arm64: dts: rockchip: add Vicharak Axon board support Hrushiraj Gandhi
2026-06-01 15:18 ` [PATCH v4 1/3] dt-bindings: vendor-prefixes: add vicharak Hrushiraj Gandhi
2026-06-01 15:18 ` [PATCH v4 2/3] dt-bindings: arm: rockchip: add Vicharak Axon board Hrushiraj Gandhi
2026-06-01 15:18 ` [PATCH v4 3/3] arm64: dts: " Hrushiraj Gandhi
2026-06-01 15:33 ` sashiko-bot [this message]
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=20260601153337.054BA1F00893@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hrushirajg23@gmail.com \
--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