Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: mt7629: harmonize node names and compatibles

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-11-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Chunfeng Yun and committed by
Matthias Brugger
28acbc77 a38fd874

+7 -5
+7 -5
arch/arm/boot/dts/mt7629.dtsi
··· 329 329 status = "disabled"; 330 330 }; 331 331 332 - u3phy0: usb-phy@1a0c4000 { 333 - compatible = "mediatek,generic-tphy-v2"; 332 + u3phy0: t-phy@1a0c4000 { 333 + compatible = "mediatek,mt7629-tphy", 334 + "mediatek,generic-tphy-v2"; 334 335 #address-cells = <1>; 335 336 #size-cells = <1>; 336 337 ranges = <0 0x1a0c4000 0xe00>; ··· 414 413 }; 415 414 }; 416 415 417 - pciephy1: pcie-phy@1a14a000 { 418 - compatible = "mediatek,generic-tphy-v2"; 416 + pciephy1: t-phy@1a14a000 { 417 + compatible = "mediatek,mt7629-tphy", 418 + "mediatek,generic-tphy-v2"; 419 419 #address-cells = <1>; 420 420 #size-cells = <1>; 421 421 ranges = <0 0x1a14a000 0x1000>; 422 422 status = "disabled"; 423 423 424 - pcieport1: port1phy@0 { 424 + pcieport1: pcie-phy@0 { 425 425 reg = <0 0x1000>; 426 426 clocks = <&clk20m>; 427 427 clock-names = "ref";