Commit 6029cae6 authored by Chunfeng Yun's avatar Chunfeng Yun Committed by Matthias Brugger

arm64: dts: mediatek: mt7622: harmonize node names and compatibles

This is used to fix dtbs_check warning
Signed-off-by: default avatarChunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210316092232.9806-9-chunfeng.yun@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 86c5ed12
...@@ -742,8 +742,8 @@ ssusb: usb@1a0c0000 { ...@@ -742,8 +742,8 @@ ssusb: usb@1a0c0000 {
status = "disabled"; status = "disabled";
}; };
u3phy: usb-phy@1a0c4000 { u3phy: t-phy@1a0c4000 {
compatible = "mediatek,mt7622-u3phy", compatible = "mediatek,mt7622-tphy",
"mediatek,generic-tphy-v1"; "mediatek,generic-tphy-v1";
reg = <0 0x1a0c4000 0 0x700>; reg = <0 0x1a0c4000 0 0x700>;
#address-cells = <2>; #address-cells = <2>;
...@@ -877,8 +877,9 @@ sata: sata@1a200000 { ...@@ -877,8 +877,9 @@ sata: sata@1a200000 {
status = "disabled"; status = "disabled";
}; };
sata_phy: sata-phy@1a243000 { sata_phy: t-phy@1a243000 {
compatible = "mediatek,generic-tphy-v1"; compatible = "mediatek,mt7622-tphy",
"mediatek,generic-tphy-v1";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment