]> Git Repo - linux.git/commitdiff
arm64: dts: marvell: Drop undocumented SATA phy names
authorRob Herring (Arm) <[email protected]>
Mon, 14 Oct 2024 19:35:27 +0000 (14:35 -0500)
committerGregory CLEMENT <[email protected]>
Tue, 5 Nov 2024 16:28:03 +0000 (17:28 +0100)
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) <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
arch/arm64/boot/dts/marvell/armada-7040-db.dts
arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts
arch/arm64/boot/dts/marvell/armada-8040-db.dts
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts

index 5e5baf6beea462a6c3d9ebeb91f5ba88d04a2164..1e0ab35cc686b018df96978c17f838ac7f76d52b 100644 (file)
 
        sata-port@1 {
                phys = <&cp0_comphy3 1>;
-               phy-names = "cp0-sata0-1-phy";
        };
 };
 
index 40b7ee7ead72e2c98800f5d594a293eef500056d..7af949092b913428f9d5bf8cff9fa252f1f71d4a 100644 (file)
        /* 7 + 12 SATA connector (J24) */
        sata-port@0 {
                phys = <&cp0_comphy2 0>;
-               phy-names = "cp0-sata0-0-phy";
        };
 
        /* M.2-2250 B-key (J39) */
        sata-port@1 {
                phys = <&cp0_comphy3 1>;
-               phy-names = "cp0-sata0-1-phy";
        };
 };
 
index 67892f0d28633eb3eca9f40016609103f29c9aeb..7005a32a6e1e78d5fe059488978769058149b336 100644 (file)
 
        sata-port@1 {
                phys = <&cp1_comphy0 1>;
-               phy-names = "cp1-sata0-1-phy";
        };
 };
 
index 92897bd7e6cfd6130bbfba6b8356e2ae2d2dc5a8..2ec19d364e626e009d73708b3a0f0d2b88a5d853 100644 (file)
 
        sata-port@0 {
                phys = <&cp0_comphy1 0>;
-               phy-names = "cp0-sata0-0-phy";
        };
        sata-port@1 {
                phys = <&cp0_comphy3 1>;
-               phy-names = "cp0-sata0-1-phy";
        };
 };
 
index c864df9ec84d1b6faf8f17b8354aece241c9b9ce..e88ff5b179c89a5dc92801d869ff45b051865c11 100644 (file)
        /* CPM Lane 5 - U29 */
        sata-port@1 {
                phys = <&cp0_comphy5 1>;
-               phy-names = "cp0-sata0-1-phy";
        };
 };
 
index 42a60f3dd5d142fcd1556939b897ae5446db9505..3e5e0651ce6815fffc8d451babbee7f67077fcae 100644 (file)
 
        sata-port@0 {
                phys = <&cp0_comphy2 0>;
-               phy-names = "cp0-sata0-0-phy";
        };
 
        sata-port@1 {
                phys = <&cp0_comphy5 1>;
-               phy-names = "cp0-sata0-1-phy";
        };
 };
 
This page took 0.063445 seconds and 4 git commands to generate.