Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1695447 > unrolled thread

[PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing and enable classd

Started byQuentin Schulz <quentin.schulz@free-electrons.com>
First post2017-07-25 09:50 +0200
Last post2017-07-26 09:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing and enable classd Quentin Schulz <quentin.schulz@free-electrons.com> - 2017-07-25 09:50 +0200
    Re: [PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing  and enable classd Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-07-26 09:00 +0200

#1695447 — [PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing and enable classd

FromQuentin Schulz <quentin.schulz@free-electrons.com>
Date2017-07-25 09:50 +0200
Subject[PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing and enable classd
Message-ID<u72Lo-8oY-21@gated-at.bofh.it>
From: Cyrille Pitchen <cyrille.pitchen@atmel.com>

This patch adds the pin muxing for classd and enables it.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
---
 arch/arm/boot/dts/at91-sama5d2_xplained.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
index 6eec8dc..c7e9ccf 100644
--- a/arch/arm/boot/dts/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_xplained.dts
@@ -355,6 +355,14 @@
 					bias-pull-up;
 				};
 
+				pinctrl_classd_default: classd_default {
+					pinmux = <PIN_PB1__CLASSD_R0>,
+						 <PIN_PB2__CLASSD_R1>,
+						 <PIN_PB3__CLASSD_R2>,
+						 <PIN_PB4__CLASSD_R3>;
+					bias-pull-up;
+				};
+
 				pinctrl_flx0_default: flx0_default {
 					pinmux = <PIN_PB28__FLEXCOM0_IO0>,
 						 <PIN_PB29__FLEXCOM0_IO1>;
@@ -488,6 +496,14 @@
 
 			};
 
+			classd: classd@fc048000 {
+				pinctrl-names = "default";
+				pinctrl-0 = <&pinctrl_classd_default>;
+				atmel,pwm-type = "diff";
+				atmel,non-overlap-time = <10>;
+				status = "okay";
+			};
+
 			can1: can@fc050000 {
 				pinctrl-names = "default";
 				pinctrl-0 = <&pinctrl_can1_default>;
-- 
git-series 0.9.1

[toc] | [next] | [standalone]


#1696827 — Re: [PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing and enable classd

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-07-26 09:00 +0200
SubjectRe: [PATCH v4 9/9] ARM: dts: at91: sama5d2_xplained: add pin muxing and enable classd
Message-ID<u7osx-5jS-7@gated-at.bofh.it>
In reply to#1695447
On 25/07/2017 at 09:37:10 +0200, Quentin Schulz wrote:
> From: Cyrille Pitchen <cyrille.pitchen@atmel.com>
> 
> This patch adds the pin muxing for classd and enables it.
> 
> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
> ---
>  arch/arm/boot/dts/at91-sama5d2_xplained.dts | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
Applied, thanks.

-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web