From: Parthiban Veerasooran <parthiban.veerasooran@microchip.com>
To: Stefan Wahren <wahrenst@gmx.net>,
Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>,
Ciprian Regus <ciprian.regus@analog.com>
Cc: <imx@lists.linux.dev>, Oliver Hartkopp <socketcan@hartkopp.net>,
"Oleksij Rempel" <o.rempel@pengutronix.de>, <vkoul@kernel.org>,
<olteanv@gmail.com>, <devicetree@vger.kernel.org>,
<conor+dt@kernel.org>, <Frank.Li@kernel.org>,
Marc Kleine-Budde <mkl@pengutronix.de>,
<linux-can@vger.kernel.org>, <neil.armstrong@linaro.org>,
Vincent Mailhol <mailhol@kernel.org>, <robh@kernel.org>,
<linux-phy@lists.infradead.org>,
<sashiko-reviews@lists.linux.dev>,
David Tumma - M78440 <David.Tumma@microchip.com>,
Roland Trissl - M21193 <Roland.Trissl@microchip.com>
Subject: Re: [PATCH RFC 4/4] arm64: dts: freescale: Add chargebyte Charge Control Y
Date: Wed, 19 Aug 2026 08:44:10 +0530 [thread overview]
Message-ID: <93f0727f-0b25-4374-9a6c-ad3799006440@microchip.com> (raw)
In-Reply-To: <89573332-94a0-4fc9-b4b4-be100a97de6e@gmx.net>
Hi Stefan,
On 18/08/26 7:10 pm, Stefan Wahren wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know
> the content is safe
>
> Hi Parthiban,
> hi Selvamani,
> hi Ciprian,
>
> Am 18.08.26 um 11:31 schrieb sashiko-bot@kernel.org:
>> Thank you for your contribution! Sashiko AI review found 4 potential
>> issue(s) to consider:
>> - [Medium] The LAN8651 ethernet device is missing its hardware reset
>> configuration, leaving the `X_nRST_LAN` pin unmanaged.
>> - [Medium] The SD card slot power/reset pin (`SD2_nRESET`) is named in
>> `gpio-line-names` but is not associated with any regulator or reset
>> control.
>> - [Low] The GPIO label `X_LAN_nCS` is incorrectly placed at index 0 of
>> `&gpio2`'s `gpio-line-names` array, but the `lan8651` chip select is
>> actually wired to index 8.
>> - [Low] The `ti,leds-polarity` property used in both Ethernet PHY
>> nodes is undocumented, invalid, and will cause `dtbs_check` validation
>> errors.
>> --
>>
>> --- Patch [4]: [PATCH RFC 4/4] arm64: dts: freescale: Add chargebyte
>> Charge Control Y ---
>> commit a177a5e0acba62156876ea6dc84457789786bfb8
>> Author: Stefan Wahren <wahrenst@gmx.net>
> ...
>> +/* MCS Ethernet SPI */
>> +&lpspi3 {
>> + pinctrl-names = "default";
>> + pinctrl-0 = <&pinctrl_lpspi3>;
>> + num-cs = <1>;
>> + cs-gpios = <&gpio2 8 GPIO_ACTIVE_LOW>;
>> + status = "okay";
>> +
>> + lan8651: ethernet@0 {
>> + compatible = "microchip,lan8651", "microchip,lan8650";
>> + reg = <0>;
>> + interrupt-parent = <&gpio2>;
>> + interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
>> + spi-max-frequency = <25000000>;
>> +
>> + nvmem-cells = <ð2_mac_address 0>;
>> + nvmem-cell-names = "mac-address";
>> + };
>> +};
>> [Severity: Medium]
>> The pin X_nRST_LAN is labeled in the gpio1 node, but this ethernet node
>> doesn't seem to configure a reset mechanism. Does the LAN8651 need a
>> reset
>> control or gpio-hog to ensure the pin is driven and not left floating?
> according to the current DT binding of LAN8651 there is no reset
> control, but the chip has a reset line and its wired on our board.
>
> Are there any plans to implement reset control for OA TC6 or LAN8651?
Yes, we have recently completed the implementation for handling reset
GPIO, as well as recoverable and non-recoverable error handling. We are
currently preparing for the internal review process, which is expected
to begin shortly.
At this point, I’m unable to commit to an exact timeline for the
completion of the internal review and when the changes will be merged
into the mainline. However, we are making every effort to complete the
process as quickly as possible.
In the meantime, if you are interested, I would recommend using our
early version, which already includes support for these features and is
available to customers. Please reach out to Roland Trissl
(Roland.Trissl@microchip.com), our Technical/Application Support
Engineer, and we will be happy to assist you further.
Best regards,
Parthiban V>
> Best regards
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
prev parent reply other threads:[~2026-08-19 3:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 9:16 [PATCH RFC 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y Stefan Wahren
2026-08-18 9:16 ` [PATCH RFC 1/4] dt-bindings: arm: fsl: " Stefan Wahren
2026-08-18 9:16 ` [PATCH RFC 2/4] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542 Stefan Wahren
2026-08-18 9:24 ` sashiko-bot
2026-08-18 9:26 ` [PATCH RFC 2/4] dt-bindings: phy: ti, tcan104x-can: " Marc Kleine-Budde
2026-08-18 16:23 ` [PATCH RFC 2/4] dt-bindings: phy: ti,tcan104x-can: " Frank Li
2026-08-18 9:17 ` [PATCH RFC 3/4] phy: phy-can-transceiver: Add support for " Stefan Wahren
2026-08-18 9:27 ` Marc Kleine-Budde
2026-08-18 9:17 ` [PATCH RFC 4/4] arm64: dts: freescale: Add chargebyte Charge Control Y Stefan Wahren
2026-08-18 9:31 ` sashiko-bot
2026-08-18 13:40 ` Stefan Wahren
2026-08-19 3:14 ` Parthiban Veerasooran [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=93f0727f-0b25-4374-9a6c-ad3799006440@microchip.com \
--to=parthiban.veerasooran@microchip.com \
--cc=David.Tumma@microchip.com \
--cc=Frank.Li@kernel.org \
--cc=Roland.Trissl@microchip.com \
--cc=Selvamani.Rajagopal@onsemi.com \
--cc=ciprian.regus@analog.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=imx@lists.linux.dev \
--cc=linux-can@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=mailhol@kernel.org \
--cc=mkl@pengutronix.de \
--cc=neil.armstrong@linaro.org \
--cc=o.rempel@pengutronix.de \
--cc=olteanv@gmail.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=socketcan@hartkopp.net \
--cc=vkoul@kernel.org \
--cc=wahrenst@gmx.net \
/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