diff mbox

[16/16] Enable FSI buffer on Firestone

Message ID 1486230206.194642.1473971929473.JavaMail.zimbra@raptorengineeringinc.com
State Superseded, archived
Headers show

Commit Message

Timothy Pearson Sept. 15, 2016, 8:38 p.m. UTC
---
 arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |    9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Joel Stanley Sept. 16, 2016, 1:38 a.m. UTC | #1
On Fri, Sep 16, 2016 at 6:08 AM, Timothy Pearson
<tpearson@raptorengineering.com> wrote:
>
> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |    9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> index 3b13cfd..ca039ad 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> @@ -257,6 +257,15 @@
>         // i2c hub PCA9516A
>  };
>
> +&gpio {
> +       pin_func_mode0 {
> +               gpio-hog;
> +               gpios = <ASPEED_GPIO(H, 6) GPIO_ACTIVE_HIGH>;
> +               output-high;
> +               line-name = "func_mode0";

func_mode is the name of a group of three pins on the Palmetto. We
don't want to use it as a generic name for a GPIO.

Instead call it whatever the net name in the schematic is.

> +       };
> +};
> +
>  &vuart {
>         status = "okay";
>  };
> --
> 1.7.9.5
>
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc
diff mbox

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
index 3b13cfd..ca039ad 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
@@ -257,6 +257,15 @@ 
 	// i2c hub PCA9516A
 };
 
+&gpio {
+	pin_func_mode0 {
+		gpio-hog;
+		gpios = <ASPEED_GPIO(H, 6) GPIO_ACTIVE_HIGH>;
+		output-high;
+		line-name = "func_mode0";
+	};
+};
+
 &vuart {
 	status = "okay";
 };