diff mbox series

[v4,03/10] arm64: dts: rockchip: fix usb2phy nodename for rk3588

Message ID 20240528170406.353616-4-liujianfeng1994@gmail.com
State Accepted
Delegated to: Kever Yang
Headers show
Series add ArmSoM Sige7 Rk3588 board | expand

Commit Message

Jianfeng Liu May 28, 2024, 5:03 p.m. UTC
From: Sebastian Reichel <sebastian.reichel@collabora.com>

usb2-phy should be named usb2phy according to the DT binding,
so let's fix it up accordingly.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20240408225109.128953-5-sebastian.reichel@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

[ upstream commit: 4e07a95f7402de092cd71b2cb96c69f85c98f251 ]

(cherry picked from commit 5a3e4638492497ae81b9bd4a8627f4727e312ccc)
Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
---

(no changes since v1)

 dts/upstream/src/arm64/rockchip/rk3588s.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kever Yang June 6, 2024, 6:59 a.m. UTC | #1
On 2024/5/29 01:03, Jianfeng Liu wrote:
> From: Sebastian Reichel <sebastian.reichel@collabora.com>
>
> usb2-phy should be named usb2phy according to the DT binding,
> so let's fix it up accordingly.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> Link: https://lore.kernel.org/r/20240408225109.128953-5-sebastian.reichel@collabora.com
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>
> [ upstream commit: 4e07a95f7402de092cd71b2cb96c69f85c98f251 ]
>
> (cherry picked from commit 5a3e4638492497ae81b9bd4a8627f4727e312ccc)
> Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>
> (no changes since v1)
>
>   dts/upstream/src/arm64/rockchip/rk3588s.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/dts/upstream/src/arm64/rockchip/rk3588s.dtsi b/dts/upstream/src/arm64/rockchip/rk3588s.dtsi
> index ac5bd630f15..87df0902273 100644
> --- a/dts/upstream/src/arm64/rockchip/rk3588s.dtsi
> +++ b/dts/upstream/src/arm64/rockchip/rk3588s.dtsi
> @@ -599,7 +599,7 @@
>   		#address-cells = <1>;
>   		#size-cells = <1>;
>   
> -		u2phy2: usb2-phy@8000 {
> +		u2phy2: usb2phy@8000 {
>   			compatible = "rockchip,rk3588-usb2phy";
>   			reg = <0x8000 0x10>;
>   			interrupts = <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH 0>;
> @@ -624,7 +624,7 @@
>   		#address-cells = <1>;
>   		#size-cells = <1>;
>   
> -		u2phy3: usb2-phy@c000 {
> +		u2phy3: usb2phy@c000 {
>   			compatible = "rockchip,rk3588-usb2phy";
>   			reg = <0xc000 0x10>;
>   			interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH 0>;
diff mbox series

Patch

diff --git a/dts/upstream/src/arm64/rockchip/rk3588s.dtsi b/dts/upstream/src/arm64/rockchip/rk3588s.dtsi
index ac5bd630f15..87df0902273 100644
--- a/dts/upstream/src/arm64/rockchip/rk3588s.dtsi
+++ b/dts/upstream/src/arm64/rockchip/rk3588s.dtsi
@@ -599,7 +599,7 @@ 
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-		u2phy2: usb2-phy@8000 {
+		u2phy2: usb2phy@8000 {
 			compatible = "rockchip,rk3588-usb2phy";
 			reg = <0x8000 0x10>;
 			interrupts = <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH 0>;
@@ -624,7 +624,7 @@ 
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-		u2phy3: usb2-phy@c000 {
+		u2phy3: usb2phy@c000 {
 			compatible = "rockchip,rk3588-usb2phy";
 			reg = <0xc000 0x10>;
 			interrupts = <GIC_SPI 392 IRQ_TYPE_LEVEL_HIGH 0>;