All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10] ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key
@ 2018-01-04  9:24 Lei YU
  2018-01-05  1:58 ` Joel Stanley
  0 siblings, 1 reply; 4+ messages in thread
From: Lei YU @ 2018-01-04  9:24 UTC (permalink / raw)
  To: openbmc; +Cc: Lei YU, joel, abarrera

Add GPIO key to check presence of PCIE E2B

Signed-off-by: Lei YU <mine260309@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
index 17f2000..f583dcc 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
@@ -55,6 +55,12 @@
 			gpios = <&gpio ASPEED_GPIO(F, 7) GPIO_ACTIVE_LOW>;
 			linux,code = <ASPEED_GPIO(F, 7)>;
 		};
+
+		pcie-e2b-present{
+			label = "pcie-e2b-present";
+			gpios = <&gpio ASPEED_GPIO(E, 7) GPIO_ACTIVE_LOW>;
+			linux,code = <ASPEED_GPIO(E, 7)>;
+		};
 	};
 
 	leds {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH linux dev-4.10] ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key
  2018-01-04  9:24 [PATCH linux dev-4.10] ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key Lei YU
@ 2018-01-05  1:58 ` Joel Stanley
  2018-01-05 18:48   ` Xo Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Stanley @ 2018-01-05  1:58 UTC (permalink / raw)
  To: Lei YU, Xo Wang; +Cc: OpenBMC Maillist, Adrian Barrera

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

On 4 Jan. 2018 20:24, "Lei YU" <mine260309@gmail.com> wrote:

Add GPIO key to check presence of PCIE E2B


Xo, can I get an ack please?



Signed-off-by: Lei YU <mine260309@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
index 17f2000..f583dcc 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
@@ -55,6 +55,12 @@
                        gpios = <&gpio ASPEED_GPIO(F, 7) GPIO_ACTIVE_LOW>;
                        linux,code = <ASPEED_GPIO(F, 7)>;
                };
+
+               pcie-e2b-present{
+                       label = "pcie-e2b-present";
+                       gpios = <&gpio ASPEED_GPIO(E, 7) GPIO_ACTIVE_LOW>;
+                       linux,code = <ASPEED_GPIO(E, 7)>;
+               };
        };

        leds {
--
1.9.1

[-- Attachment #2: Type: text/html, Size: 1912 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH linux dev-4.10] ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key
  2018-01-05  1:58 ` Joel Stanley
@ 2018-01-05 18:48   ` Xo Wang
  2018-01-16 19:42     ` Joel Stanley
  0 siblings, 1 reply; 4+ messages in thread
From: Xo Wang @ 2018-01-05 18:48 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Lei YU, OpenBMC Maillist, Adrian Barrera

Sorry, just got back online after travel nonsense.

On Thu, Jan 4, 2018 at 5:58 PM, Joel Stanley <joel@jms.id.au> wrote:
>
>
> On 4 Jan. 2018 20:24, "Lei YU" <mine260309@gmail.com> wrote:
>
> Add GPIO key to check presence of PCIE E2B
>
>
> Xo, can I get an ack please?
>
>
>
> Signed-off-by: Lei YU <mine260309@gmail.com>
> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
> b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
> index 17f2000..f583dcc 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
> @@ -55,6 +55,12 @@
>                         gpios = <&gpio ASPEED_GPIO(F, 7) GPIO_ACTIVE_LOW>;
>                         linux,code = <ASPEED_GPIO(F, 7)>;
>                 };
> +
> +               pcie-e2b-present{
> +                       label = "pcie-e2b-present";
> +                       gpios = <&gpio ASPEED_GPIO(E, 7) GPIO_ACTIVE_LOW>;
> +                       linux,code = <ASPEED_GPIO(E, 7)>;
> +               };
>         };
>
>         leds {
> --
> 1.9.1
>
>

Acked-by: Xo Wang <xow@google.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH linux dev-4.10] ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key
  2018-01-05 18:48   ` Xo Wang
@ 2018-01-16 19:42     ` Joel Stanley
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Stanley @ 2018-01-16 19:42 UTC (permalink / raw)
  To: Xo Wang; +Cc: Lei YU, OpenBMC Maillist, Adrian Barrera

On Fri, Jan 5, 2018 at 12:48 PM, Xo Wang <xow@google.com> wrote:
> Sorry, just got back online after travel nonsense.
>
> On Thu, Jan 4, 2018 at 5:58 PM, Joel Stanley <joel@jms.id.au> wrote:
>>
>>
>> On 4 Jan. 2018 20:24, "Lei YU" <mine260309@gmail.com> wrote:
>>
>> Add GPIO key to check presence of PCIE E2B
>>
>>
>> Xo, can I get an ack please?
>>
>>
>>
>> Signed-off-by: Lei YU <mine260309@gmail.com>

Applied to dev-4.10.

Cheers,

Joel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-16 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-04  9:24 [PATCH linux dev-4.10] ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key Lei YU
2018-01-05  1:58 ` Joel Stanley
2018-01-05 18:48   ` Xo Wang
2018-01-16 19:42     ` Joel Stanley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.