Skip to content

Commit

Permalink
arm64: dts: mediatek: mt7622: harmonize node names and compatibles
Browse files Browse the repository at this point in the history
This is used to fix dtbs_check warning

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Link: https://lore.kernel.org/r/20210316092232.9806-9-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
  • Loading branch information
Chunfeng Yun authored and Matthias Brugger committed Mar 29, 2021
1 parent 86c5ed1 commit 6029cae
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions arch/arm64/boot/dts/mediatek/mt7622.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,8 @@
status = "disabled";
};

u3phy: usb-phy@1a0c4000 {
compatible = "mediatek,mt7622-u3phy",
u3phy: t-phy@1a0c4000 {
compatible = "mediatek,mt7622-tphy",
"mediatek,generic-tphy-v1";
reg = <0 0x1a0c4000 0 0x700>;
#address-cells = <2>;
Expand Down Expand Up @@ -877,8 +877,9 @@
status = "disabled";
};

sata_phy: sata-phy@1a243000 {
compatible = "mediatek,generic-tphy-v1";
sata_phy: t-phy@1a243000 {
compatible = "mediatek,mt7622-tphy",
"mediatek,generic-tphy-v1";
#address-cells = <2>;
#size-cells = <2>;
ranges;
Expand Down

0 comments on commit 6029cae

Please sign in to comment.