Browse Source

ARM: dts: keystone: fix bindings for pcie and usb clock nodes

Fix incorrect clock names for usb1, pcie1 and domain register
offset for pcie1 clock nodes on K2E EVM

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Karicheri, Muralidharan 11 years ago
parent
commit
b2ed7d98e1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      arch/arm/boot/dts/k2e-clocks.dtsi

+ 3 - 3
arch/arm/boot/dts/k2e-clocks.dtsi

@@ -40,7 +40,7 @@ clocks {
 		#clock-cells = <0>;
 		#clock-cells = <0>;
 		compatible = "ti,keystone,psc-clock";
 		compatible = "ti,keystone,psc-clock";
 		clocks = <&chipclk16>;
 		clocks = <&chipclk16>;
-		clock-output-names = "usb";
+		clock-output-names = "usb1";
 		reg = <0x02350004 0xb00>, <0x02350000 0x400>;
 		reg = <0x02350004 0xb00>, <0x02350000 0x400>;
 		reg-names = "control", "domain";
 		reg-names = "control", "domain";
 		domain-id = <0>;
 		domain-id = <0>;
@@ -60,8 +60,8 @@ clocks {
 		#clock-cells = <0>;
 		#clock-cells = <0>;
 		compatible = "ti,keystone,psc-clock";
 		compatible = "ti,keystone,psc-clock";
 		clocks = <&chipclk12>;
 		clocks = <&chipclk12>;
-		clock-output-names = "pcie";
-		reg = <0x0235006c 0xb00>, <0x02350000 0x400>;
+		clock-output-names = "pcie1";
+		reg = <0x0235006c 0xb00>, <0x02350048 0x400>;
 		reg-names = "control", "domain";
 		reg-names = "control", "domain";
 		domain-id = <18>;
 		domain-id = <18>;
 	};
 	};