OSDN Git Service

ARM: dts: Cygnus: Update PCIe PHY node unit name(s)
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 Dec 2021 00:06:22 +0000 (16:06 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Sun, 19 Dec 2021 18:48:33 +0000 (10:48 -0800)
Update the PCIe PHY node unit name and its sub-nodes to help with
upcoming changes converting the Cygnus PCIe PHY DT binding to YAML and
later the iProc PCIe controller binding to YAML.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm-cygnus.dtsi

index e73a194..ad65be8 100644 (file)
                        status = "disabled";
                };
 
-               pcie_phy: phy@301d0a0 {
+               pcie_phy: pcie_phy@301d0a0 {
                        compatible = "brcm,cygnus-pcie-phy";
                        reg = <0x0301d0a0 0x14>;
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       pcie0_phy: phy@0 {
+                       pcie0_phy: pcie-phy@0 {
                                reg = <0>;
                                #phy-cells = <0>;
                        };
 
-                       pcie1_phy: phy@1 {
+                       pcie1_phy: pcie-phy@1 {
                                reg = <1>;
                                #phy-cells = <0>;
                        };