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


Groups > linux.kernel > #1560545 > unrolled thread

[PATCH v2 12/14] ARM: dts: da850: add pinmux settings for the SATA controller

Started byBartosz Golaszewski <bgolaszewski@baylibre.com>
First post2017-01-17 13:30 +0100
Last post2017-01-18 10:50 +0100
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 v2 12/14] ARM: dts: da850: add pinmux settings for the SATA controller Bartosz Golaszewski <bgolaszewski@baylibre.com> - 2017-01-17 13:30 +0100
    Re: [PATCH v2 12/14] ARM: dts: da850: add pinmux settings for the  SATA controller Sekhar Nori <nsekhar@ti.com> - 2017-01-18 10:50 +0100

#1560545 — [PATCH v2 12/14] ARM: dts: da850: add pinmux settings for the SATA controller

FromBartosz Golaszewski <bgolaszewski@baylibre.com>
Date2017-01-17 13:30 +0100
Subject[PATCH v2 12/14] ARM: dts: da850: add pinmux settings for the SATA controller
Message-ID<t0B3I-72K-23@gated-at.bofh.it>
Add pinmux sub-nodes for all muxed SATA pins.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 arch/arm/boot/dts/da850.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 104155d..1f6a47d 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -78,6 +78,30 @@
 					0x10 0x00220000 0x00ff0000
 				>;
 			};
+			sata_cp_det_pin: pinmux_sata_cp_det_pin {
+				pinctrl-single,bits = <
+					/* SATA_CP_DET */
+					0x0c 0x00000000 0xf0000000
+				>;
+			};
+			sata_mp_switch_pin: pinmux_sata_mp_switch_pin {
+				pinctrl-single,bits = <
+					/* SATA_MP_SWITCH */
+					0x0c 0x00000000 0x0f000000
+				>;
+			};
+			sata_cp_pod_pin: pinmux_sata_cp_pod_pin {
+				pinctrl-single,bits = <
+					/* SATA_CP_POD */
+					0x10 0x40000000 0xf0000000
+				>;
+			};
+			sata_led_pin: pinmux_sata_led_pin {
+				pinctrl-single,bits = <
+					/* SATA_LED */
+					0x10 0x04000000 0x0f000000
+				>;
+			};
 			i2c0_pins: pinmux_i2c0_pins {
 				pinctrl-single,bits = <
 					/* I2C0_SDA,I2C0_SCL */
-- 
2.9.3

[toc] | [next] | [standalone]


#1561414 — Re: [PATCH v2 12/14] ARM: dts: da850: add pinmux settings for the SATA controller

FromSekhar Nori <nsekhar@ti.com>
Date2017-01-18 10:50 +0100
SubjectRe: [PATCH v2 12/14] ARM: dts: da850: add pinmux settings for the SATA controller
Message-ID<t0V2q-2ja-37@gated-at.bofh.it>
In reply to#1560545
Hi Bartosz,

On Tuesday 17 January 2017 05:56 PM, Bartosz Golaszewski wrote:
> Add pinmux sub-nodes for all muxed SATA pins.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Since these are all unused at this time, we should drop adding them
until a time someone really needs these.

Thanks,
Sekhar

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web