From: sashiko-bot@kernel.org
To: "Bartosz Golaszewski" <bartosz.golaszewski@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org,
robh@kernel.org, linux-sunxi@lists.linux.dev,
neil.armstrong@linaro.org, conor+dt@kernel.org,
wsa+renesas@sang-engineering.com, Frank.Li@kernel.org,
imx@lists.linux.dev
Subject: Re: [PATCH net-next v12 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
Date: Tue, 07 Jul 2026 14:11:35 +0000 [thread overview]
Message-ID: <20260707141135.943421F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260706-qcom-sa8255p-emac-v12-1-e3ab1ecf2901@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The `power-domain-names` property lacks a string value constraint, allowing arbitrary strings to pass validation.
--
commit da2d01b0c5abee156fdc9bf1e261e5789a2c6fb7
Author: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
dt-bindings: phy: document the serdes PHY on sa8255p
Describe the SGMII/SerDes PHY present on the Qualcomm sa8255p platforms.
This is essentially the same hardware as sa8775p rev3 but the PHY is
managed by firmware over SCMI.
> diff --git a/Documentation/devicetree/bindings/phy/qcom,sa8255p-dwmac-sgmii-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sa8255p-dwmac-sgmii-phy.yaml
> new file mode 100644
> index 0000000000000..9e846e3815555
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/phy/qcom,sa8255p-dwmac-sgmii-phy.yaml
[ ... ]
> + power-domains:
> + maxItems: 1
> +
> + power-domain-names:
> + maxItems: 1
[Severity: Low]
Does this property need a string value constraint?
The current schema limits the array length but allows arbitrary strings to pass
schema validation. Should it include an items list with a const value, such as
const: serdes, to match the usage in the example?
> +
> + "#phy-cells":
> + const: 0
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260706-qcom-sa8255p-emac-v12-0-e3ab1ecf2901@oss.qualcomm.com?part=1
WARNING: multiple messages have this Message-ID (diff)
From: sashiko-bot@kernel.org
To: "Bartosz Golaszewski" <bartosz.golaszewski@oss.qualcomm.com>
Cc: devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org,
robh@kernel.org, linux-sunxi@lists.linux.dev,
neil.armstrong@linaro.org, conor+dt@kernel.org,
wsa+renesas@sang-engineering.com, Frank.Li@kernel.org,
imx@lists.linux.dev
Subject: Re: [PATCH net-next v12 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
Date: Tue, 07 Jul 2026 14:11:35 +0000 [thread overview]
Message-ID: <20260707141135.943421F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260706-qcom-sa8255p-emac-v12-1-e3ab1ecf2901@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The `power-domain-names` property lacks a string value constraint, allowing arbitrary strings to pass validation.
--
commit da2d01b0c5abee156fdc9bf1e261e5789a2c6fb7
Author: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
dt-bindings: phy: document the serdes PHY on sa8255p
Describe the SGMII/SerDes PHY present on the Qualcomm sa8255p platforms.
This is essentially the same hardware as sa8775p rev3 but the PHY is
managed by firmware over SCMI.
> diff --git a/Documentation/devicetree/bindings/phy/qcom,sa8255p-dwmac-sgmii-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sa8255p-dwmac-sgmii-phy.yaml
> new file mode 100644
> index 0000000000000..9e846e3815555
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/phy/qcom,sa8255p-dwmac-sgmii-phy.yaml
[ ... ]
> + power-domains:
> + maxItems: 1
> +
> + power-domain-names:
> + maxItems: 1
[Severity: Low]
Does this property need a string value constraint?
The current schema limits the array length but allows arbitrary strings to pass
schema validation. Should it include an items list with a const value, such as
const: serdes, to match the usage in the example?
> +
> + "#phy-cells":
> + const: 0
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260706-qcom-sa8255p-emac-v12-0-e3ab1ecf2901@oss.qualcomm.com?part=1
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next prev parent reply other threads:[~2026-07-07 14:11 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-06 13:20 [PATCH net-next v12 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` [PATCH net-next v12 1/7] dt-bindings: phy: document the serdes PHY on sa8255p Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-07 14:11 ` sashiko-bot [this message]
2026-07-07 14:11 ` sashiko-bot
2026-07-06 13:20 ` [PATCH net-next v12 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 17:10 ` Uwe Kleine-König
2026-07-06 17:10 ` Uwe Kleine-König
2026-07-06 17:10 ` Uwe Kleine-König
2026-07-06 17:10 ` Uwe Kleine-König
2026-07-07 14:11 ` sashiko-bot
2026-07-07 14:11 ` sashiko-bot
2026-07-06 13:20 ` [PATCH net-next v12 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-07 14:11 ` sashiko-bot
2026-07-07 14:11 ` sashiko-bot
2026-07-06 13:20 ` [PATCH net-next v12 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-07 14:11 ` sashiko-bot
2026-07-07 14:11 ` sashiko-bot
2026-07-06 13:20 ` [PATCH net-next v12 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` [PATCH net-next v12 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` [PATCH net-next v12 7/7] net: stmmac: qcom-ethqos: add support for sa8255p Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-06 13:20 ` Bartosz Golaszewski
2026-07-07 14:11 ` sashiko-bot
2026-07-07 14:11 ` sashiko-bot
2026-07-07 7:48 ` [PATCH net-next v12 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains Bartosz Golaszewski
2026-07-07 7:48 ` Bartosz Golaszewski
2026-07-07 7:48 ` Bartosz Golaszewski
2026-07-07 7:48 ` Bartosz Golaszewski
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=20260707141135.943421F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=Frank.Li@kernel.org \
--cc=bartosz.golaszewski@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-sunxi@lists.linux.dev \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=wsa+renesas@sang-engineering.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.