[linux-yocto] [PATCH 01/18] arch/arm/mach-axxia: Added Clocks to the Device Tree for AXM55xx Emulation

Charlie Paul cpaul.windriver at gmail.com
Tue Feb 18 09:26:31 PST 2014


From: John Jacques <john.jacques at lsi.com>

Signed-off-by: John Jacques <john.jacques at lsi.com>
---
 arch/arm/boot/dts/axm55xxemu.dts |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/axm55xxemu.dts b/arch/arm/boot/dts/axm55xxemu.dts
index 99d7a70..d95af00 100644
--- a/arch/arm/boot/dts/axm55xxemu.dts
+++ b/arch/arm/boot/dts/axm55xxemu.dts
@@ -93,6 +93,23 @@
 		*/
 	};
 
+	clocks {
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		cpu {
+			frequency = <0>; /* Filled in by the boot loader. */
+		};
+
+		peripheral {
+			frequency = <0>; /* Filled in by the boot loader. */
+		};
+
+		emmc {
+			frequency = <0>; /* Filled in by the boot loader. */
+		};
+	};
+
 	memory at 00000000 {
 		device_type = "memory";
 		reg = <0 0x00000000 0 0x10000000>;
-- 
1.7.9.5



More information about the linux-yocto mailing list