diff mbox

[14/17] Enable RGMII pin functions in Firestone DT

Message ID 1474058133-27363-15-git-send-email-tpearson@raptorengineering.com
State Accepted, archived
Delegated to: Joel Stanley
Headers show

Commit Message

Timothy Pearson Sept. 16, 2016, 8:35 p.m. UTC
This is required for BMC networking to function.

Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |    3 +++
 1 file changed, 3 insertions(+)

Comments

Andrew Jeffery Sept. 19, 2016, 1 a.m. UTC | #1
On Fri, 2016-09-16 at 15:35 -0500, Timothy Pearson wrote:
> This is required for BMC networking to function.
> 
> Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>

Acked-by: Andrew Jeffery <andrew@aj.id.au>

> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> index 053fafe..36c95a0 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
> @@ -72,6 +72,9 @@
>  &mac0 {
>  	status = "okay";
>  
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
> +
>  	no-hw-checksum;
>  };
>
Joel Stanley Oct. 10, 2016, 6:53 a.m. UTC | #2
On Mon, Sep 19, 2016 at 11:00 AM, Andrew Jeffery <andrew@aj.id.au> wrote:
> On Fri, 2016-09-16 at 15:35 -0500, Timothy Pearson wrote:
>> This is required for BMC networking to function.
>>
>> Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
>
> Acked-by: Andrew Jeffery <andrew@aj.id.au>

This is now applied to the dev-4.7 tree.

Cheers,

Joel

>
>> ---
>>  arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts |    3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
>> index 053fafe..36c95a0 100644
>> --- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
>> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
>> @@ -72,6 +72,9 @@
>>  &mac0 {
>>       status = "okay";
>>
>> +     pinctrl-names = "default";
>> +     pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
>> +
>>       no-hw-checksum;
>>  };
>>
>
> _______________________________________________
> 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 053fafe..36c95a0 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-firestone.dts
@@ -72,6 +72,9 @@ 
 &mac0 {
 	status = "okay";
 
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_rgmii1_default &pinctrl_mdio1_default>;
+
 	no-hw-checksum;
 };