Skip to content

Commit 963c3b0

Browse files
ehristevarndb
authored andcommitted
arm64: dts: mediatek: fix t-phy unit name
dtbs_check throws a warning at t-phy nodes: Warning (unit_address_vs_reg): /t-phy@1a243000: node has a unit name, but no reg or ranges property Warning (unit_address_vs_reg): /soc/t-phy@11c00000: node has a unit name, but no reg or ranges property The ranges is empty thus removing the `@1a243000`, `@11c00000` from the node name. Fixes: 6029cae ("arm64: dts: mediatek: mt7622: harmonize node names and compatibles") Fixes: 918aed7 ("arm64: dts: mt7986: add pcie related device nodes") Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230814093931.9298-2-eugen.hristev@collabora.com Link: https://lore.kernel.org/r/20231003-mediatek-fixes-v6-7-v1-4-dad7cd62a8ff@collabora.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 6cd2a30 commit 963c3b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt7622.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@
905905
status = "disabled";
906906
};
907907

908-
sata_phy: t-phy@1a243000 {
908+
sata_phy: t-phy {
909909
compatible = "mediatek,mt7622-tphy",
910910
"mediatek,generic-tphy-v1";
911911
#address-cells = <2>;

arch/arm64/boot/dts/mediatek/mt7986a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
};
435435
};
436436

437-
pcie_phy: t-phy@11c00000 {
437+
pcie_phy: t-phy {
438438
compatible = "mediatek,mt7986-tphy",
439439
"mediatek,generic-tphy-v2";
440440
#address-cells = <2>;

0 commit comments

Comments
 (0)