ARM: dts: exynos4210-trats: Add nodes for xxti and xusbxti clocks
authorTomasz Figa <t.figa@samsung.com>
Mon, 7 Jan 2013 17:09:08 +0000 (18:09 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:27 +0000 (11:42 +0900)
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
arch/arm/boot/dts/exynos4210-trats.dts

index c49ec79..f9a57fd 100644 (file)
                bootargs = "console=ttySAC2,115200N8 root=/dev/mmcblk0p5 rootwait earlyprintk panic=5";
        };
 
+       fixed-rate-clocks {
+               xxti {
+                       compatible = "samsung,clock-xxti", "fixed-clock";
+                       clock-frequency = <0>;
+               };
+
+               xusbxti {
+                       compatible = "samsung,clock-xusbxti", "fixed-clock";
+                       clock-frequency = <24000000>;
+               };
+       };
+
        vemmc_reg: voltage-regulator@0 {
                compatible = "regulator-fixed";
                regulator-name = "VMEM_VDD_2.8V";