[PATCH RFC v3 2/5] arm64: dts: hi3798cv200: add hisilicon,inno-usb2-phy to compatible list

From: Yang Xiwen via B4 Relay
Date: Mon Feb 19 2024 - 16:28:19 EST


From: Yang Xiwen <forbidden405@xxxxxxxxxxx>

This is required due to recent binding changes.

Signed-off-by: Yang Xiwen <forbidden405@xxxxxxxxxxx>
---
arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
index ed1b5a7a6067..268d57eabce7 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi
@@ -114,7 +114,8 @@ perictrl: peripheral-controller@8a20000 {
ranges = <0x0 0x8a20000 0x1000>;

usb2_phy1: usb2_phy@120 {
- compatible = "hisilicon,hi3798cv200-usb2-phy";
+ compatible = "hisilicon,hi3798cv200-usb2-phy",
+ "hisilicon,inno-usb2-phy";
reg = <0x120 0x4>;
clocks = <&crg HISTB_USB2_PHY1_REF_CLK>;
resets = <&crg 0xbc 4>;
@@ -135,7 +136,8 @@ usb2_phy1_port1: phy@1 {
};

usb2_phy2: usb2_phy@124 {
- compatible = "hisilicon,hi3798cv200-usb2-phy";
+ compatible = "hisilicon,hi3798cv200-usb2-phy",
+ "hisilicon,inno-usb2-phy";
reg = <0x124 0x4>;
clocks = <&crg HISTB_USB2_PHY2_REF_CLK>;
resets = <&crg 0xbc 6>;

--
2.43.0