diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2021-12-07 16:06:22 -0800 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2021-12-19 10:48:33 -0800 |
commit | 89b9492c113c4a22361f32639c6af041bcada2b6 (patch) | |
tree | 945ced6cfa977b183ef34310bcfde2c213ebf733 /arch/arm/boot/dts/bcm-cygnus.dtsi | |
parent | 13391025039fe86c68741e45a8b7bc158c69d68e (diff) | |
download | linux-89b9492c113c4a22361f32639c6af041bcada2b6.tar.gz linux-89b9492c113c4a22361f32639c6af041bcada2b6.tar.bz2 linux-89b9492c113c4a22361f32639c6af041bcada2b6.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm-cygnus.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index e73a19409d71..ad65be871938 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi @@ -112,18 +112,18 @@ 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>; }; |