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

arm64: dts: marvell: Drop undocumented SATA phy names

While "phy-names" is allowed for sata-port nodes, the names used aren't
documented and are incorrect ("sata-phy" is what's documented). The name
for a single entry is fairly useless, so just drop the property.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Rob Herring (Arm) and committed by
Gregory CLEMENT
facbe709 9852d85e

-9
-1
arch/arm64/boot/dts/marvell/armada-7040-db.dts
··· 214 214 215 215 sata-port@1 { 216 216 phys = <&cp0_comphy3 1>; 217 - phy-names = "cp0-sata0-1-phy"; 218 217 }; 219 218 }; 220 219
-2
arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
··· 433 433 /* 7 + 12 SATA connector (J24) */ 434 434 sata-port@0 { 435 435 phys = <&cp0_comphy2 0>; 436 - phy-names = "cp0-sata0-0-phy"; 437 436 }; 438 437 439 438 /* M.2-2250 B-key (J39) */ 440 439 sata-port@1 { 441 440 phys = <&cp0_comphy3 1>; 442 - phy-names = "cp0-sata0-1-phy"; 443 441 }; 444 442 }; 445 443
-1
arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
··· 475 475 476 476 sata-port@1 { 477 477 phys = <&cp1_comphy0 1>; 478 - phy-names = "cp1-sata0-1-phy"; 479 478 }; 480 479 }; 481 480
-2
arch/arm64/boot/dts/marvell/armada-8040-db.dts
··· 145 145 146 146 sata-port@0 { 147 147 phys = <&cp0_comphy1 0>; 148 - phy-names = "cp0-sata0-0-phy"; 149 148 }; 150 149 sata-port@1 { 151 150 phys = <&cp0_comphy3 1>; 152 - phy-names = "cp0-sata0-1-phy"; 153 151 }; 154 152 }; 155 153
-1
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
··· 245 245 /* CPM Lane 5 - U29 */ 246 246 sata-port@1 { 247 247 phys = <&cp0_comphy5 1>; 248 - phy-names = "cp0-sata0-1-phy"; 249 248 }; 250 249 }; 251 250
-2
arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts
··· 408 408 409 409 sata-port@0 { 410 410 phys = <&cp0_comphy2 0>; 411 - phy-names = "cp0-sata0-0-phy"; 412 411 }; 413 412 414 413 sata-port@1 { 415 414 phys = <&cp0_comphy5 1>; 416 - phy-names = "cp0-sata0-1-phy"; 417 415 }; 418 416 }; 419 417