From 209284aa1a879e68adbee29b6018ce7f122e73ff Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 4 Jul 2012 12:30:37 +0200 Subject: [PATCH] --- yaml --- r: 340130 b: refs/heads/master c: 9ae90afaeba3469eccce140fb0a1d5fa5c816ddc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/boot/dts/imx53.dtsi | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2c640de87323..49d46dd76898 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f40f38d1dc8dee0c19b2102ea549b696116f61da +refs/heads/master: 9ae90afaeba3469eccce140fb0a1d5fa5c816ddc diff --git a/trunk/arch/arm/boot/dts/imx53.dtsi b/trunk/arch/arm/boot/dts/imx53.dtsi index 3be27723e8ab..da9a047ce4cf 100644 --- a/trunk/arch/arm/boot/dts/imx53.dtsi +++ b/trunk/arch/arm/boot/dts/imx53.dtsi @@ -393,6 +393,24 @@ }; }; + pwm1: pwm@53fb4000 { + #pwm-cells = <2>; + compatible = "fsl,imx53-pwm", "fsl,imx27-pwm"; + reg = <0x53fb4000 0x4000>; + clocks = <&clks 37>, <&clks 38>; + clock-names = "ipg", "per"; + interrupts = <61>; + }; + + pwm2: pwm@53fb8000 { + #pwm-cells = <2>; + compatible = "fsl,imx53-pwm", "fsl,imx27-pwm"; + reg = <0x53fb8000 0x4000>; + clocks = <&clks 39>, <&clks 40>; + clock-names = "ipg", "per"; + interrupts = <94>; + }; + uart1: serial@53fbc000 { compatible = "fsl,imx53-uart", "fsl,imx21-uart"; reg = <0x53fbc000 0x4000>;