mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 16:44:59 +00:00
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>
This commit is contained in:
parent
9852d85ec9
commit
facbe7092f
@ -214,7 +214,6 @@ &cp0_sata0 {
|
|||||||
|
|
||||||
sata-port@1 {
|
sata-port@1 {
|
||||||
phys = <&cp0_comphy3 1>;
|
phys = <&cp0_comphy3 1>;
|
||||||
phy-names = "cp0-sata0-1-phy";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -433,13 +433,11 @@ &cp0_sata0 {
|
|||||||
/* 7 + 12 SATA connector (J24) */
|
/* 7 + 12 SATA connector (J24) */
|
||||||
sata-port@0 {
|
sata-port@0 {
|
||||||
phys = <&cp0_comphy2 0>;
|
phys = <&cp0_comphy2 0>;
|
||||||
phy-names = "cp0-sata0-0-phy";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* M.2-2250 B-key (J39) */
|
/* M.2-2250 B-key (J39) */
|
||||||
sata-port@1 {
|
sata-port@1 {
|
||||||
phys = <&cp0_comphy3 1>;
|
phys = <&cp0_comphy3 1>;
|
||||||
phy-names = "cp0-sata0-1-phy";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -475,7 +475,6 @@ &cp1_sata0 {
|
|||||||
|
|
||||||
sata-port@1 {
|
sata-port@1 {
|
||||||
phys = <&cp1_comphy0 1>;
|
phys = <&cp1_comphy0 1>;
|
||||||
phy-names = "cp1-sata0-1-phy";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -145,11 +145,9 @@ &cp0_sata0 {
|
|||||||
|
|
||||||
sata-port@0 {
|
sata-port@0 {
|
||||||
phys = <&cp0_comphy1 0>;
|
phys = <&cp0_comphy1 0>;
|
||||||
phy-names = "cp0-sata0-0-phy";
|
|
||||||
};
|
};
|
||||||
sata-port@1 {
|
sata-port@1 {
|
||||||
phys = <&cp0_comphy3 1>;
|
phys = <&cp0_comphy3 1>;
|
||||||
phy-names = "cp0-sata0-1-phy";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -245,7 +245,6 @@ &cp0_sata0 {
|
|||||||
/* CPM Lane 5 - U29 */
|
/* CPM Lane 5 - U29 */
|
||||||
sata-port@1 {
|
sata-port@1 {
|
||||||
phys = <&cp0_comphy5 1>;
|
phys = <&cp0_comphy5 1>;
|
||||||
phy-names = "cp0-sata0-1-phy";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -408,12 +408,10 @@ &cp0_sata0 {
|
|||||||
|
|
||||||
sata-port@0 {
|
sata-port@0 {
|
||||||
phys = <&cp0_comphy2 0>;
|
phys = <&cp0_comphy2 0>;
|
||||||
phy-names = "cp0-sata0-0-phy";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
sata-port@1 {
|
sata-port@1 {
|
||||||
phys = <&cp0_comphy5 1>;
|
phys = <&cp0_comphy5 1>;
|
||||||
phy-names = "cp0-sata0-1-phy";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user