[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <176910209177.2703219.7993114273484886473.robh@kernel.org>
Date: Thu, 22 Jan 2026 11:15:38 -0600
From: Rob Herring <robh@...nel.org>
To: Pritam Manohar Sutar <pritam.sutar@...sung.com>
Cc: alim.akhtar@...sung.com, conor+dt@...nel.org, krzk+dt@...nel.org,
linux-arm-kernel@...ts.infradead.org, rosa.pila@...sung.com,
selvarasu.g@...sung.com, linux-samsung-soc@...r.kernel.org,
muhammed.ali@...sung.com, faraz.ata@...sung.com,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
dev.tailor@...sung.com
Subject: Re: [PATCH v2 0/3] Add and enable USB nodes for ExynosAutov920 SoC
On Thu, 22 Jan 2026 18:37:18 +0530, Pritam Manohar Sutar wrote:
> This SoC has 2 USB typeC and 2 typeA ports those are DWC3 DRD
> controllers and among them, one single USB3.1 DRD combo phy and three
> USB2.0 only phy controllers. This patchset adds and enables USB and
> USB-PHY nodes in dts.
>
> PMIC is not implemented yet, we rely on USB LDOs being enabled by the
> bootloader and used dummy regulators for now.
>
> To drive vbus for host mode, it needs GPIO pin to enable vbus regulator.
> GPIO expander is present in the dts, we used it to enable the regulator
> using GPIO.
>
> USB ports are configured as OTG, and default mode is configured as
> peripheral. It will be changed based on requirements.
>
> changelog
> ----------
> Changes in v2:
> - As v1 was pushed 3 months back, resending this patchset.
> - Since dependencies are merged, removed links from coverletter.
> link for v1: https://lore.kernel.org/linux-devicetree/20251024114845.2395166-1-pritam.sutar@samsung.com/
>
> Pritam Manohar Sutar (3):
> arm64: dts: exynos: ExynosAutov920: Add USB and USB-phy nodes
> arm64: dts: exynos: ExynosAutov920: Add regulators for the USB
> arm64: dts: exynos: ExynosAutov920: Enable USB nodes
>
> .../boot/dts/exynos/exynosautov920-sadk.dts | 160 +++++++++++++++++
> .../arm64/boot/dts/exynos/exynosautov920.dtsi | 162 ++++++++++++++++++
> 2 files changed, 322 insertions(+)
>
> --
> 2.34.1
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20260121 (exact match)
Base: tags/next-20260121 (use --merge-base to override)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/exynos/' for 20260122130721.205664-1-pritam.sutar@...sung.com:
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb: usb-phy0 (usb-nop-xceiv): '#phy-cells' is a required property
from schema $id: http://devicetree.org/schemas/usb/usb-nop-xceiv.yaml
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb: usb-phy1 (usb-nop-xceiv): '#phy-cells' is a required property
from schema $id: http://devicetree.org/schemas/usb/usb-nop-xceiv.yaml
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb: usb-phy2 (usb-nop-xceiv): '#phy-cells' is a required property
from schema $id: http://devicetree.org/schemas/usb/usb-nop-xceiv.yaml
arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb: usb-phy3 (usb-nop-xceiv): '#phy-cells' is a required property
from schema $id: http://devicetree.org/schemas/usb/usb-nop-xceiv.yaml
Powered by blists - more mailing lists