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

ARM: dts: Cygnus: Update PCIe PHY node unit name(s)

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>

+3 -3
+3 -3
arch/arm/boot/dts/bcm-cygnus.dtsi
··· 112 112 status = "disabled"; 113 113 }; 114 114 115 - pcie_phy: phy@301d0a0 { 115 + pcie_phy: pcie_phy@301d0a0 { 116 116 compatible = "brcm,cygnus-pcie-phy"; 117 117 reg = <0x0301d0a0 0x14>; 118 118 #address-cells = <1>; 119 119 #size-cells = <0>; 120 120 121 - pcie0_phy: phy@0 { 121 + pcie0_phy: pcie-phy@0 { 122 122 reg = <0>; 123 123 #phy-cells = <0>; 124 124 }; 125 125 126 - pcie1_phy: phy@1 { 126 + pcie1_phy: pcie-phy@1 { 127 127 reg = <1>; 128 128 #phy-cells = <0>; 129 129 };