diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2015-07-16 18:13:03 -0400 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-07-16 18:13:03 -0400 |
commit | 8b4769cc535adf9dd4ae5d82725ca1de254f007c (patch) | |
tree | c3c221530ebc580a94f4bd6f8adf8061a45c86d8 /arch/arm/boot/dts/keystone.dtsi | |
parent | 9dd4f28f361df401f738927963af015134f23a1c (diff) |
ARM: keystone: dts: rename pcie nodes to help override status
Now that PCIe DT binding is disabled in SoC specific DTS,
we need a way to override it in a board specific DTS. So
rename the PCIe nodes accordingly.
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/keystone.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 0d6be7498f1e..e7a6f6deabb6 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi @@ -286,7 +286,7 @@ ti,syscon-dev = <&devctrl 0x2a0>; }; - pcie@21800000 { + pcie0: pcie@21800000 { compatible = "ti,keystone-pcie", "snps,dw-pcie"; clocks = <&clkpcie>; clock-names = "pcie"; |