Skip to content

Commit

Permalink
ARM: keystone: dts: rename pcie nodes to help override status
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Murali Karicheri authored and Santosh Shilimkar committed Jul 16, 2015
1 parent 9dd4f28 commit 8b4769c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/k2e.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
gpio,syscon-dev = <&devctrl 0x240>;
};

pcie@21020000 {
pcie1: pcie@21020000 {
compatible = "ti,keystone-pcie","snps,dw-pcie";
clocks = <&clkpcie1>;
clock-names = "pcie";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/keystone.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 8b4769c

Please sign in to comment.