diff mbox

[v5,7/7] arm: dts: am33xx, Add syscon phandle to cpsw node

Message ID 1408947828-22316-8-git-send-email-mpa@pengutronix.de (mailing list archive)
State New, archived
Headers show

Commit Message

Markus Pargmann Aug. 25, 2014, 6:23 a.m. UTC
There are 2 MACIDs stored in the control module of the am33xx. These are
read by the cpsw driver if no valid MACID was found in the devicetree.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
---
 arch/arm/boot/dts/am33xx.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Tony Lindgren Aug. 25, 2014, 4:02 p.m. UTC | #1
* Markus Pargmann <mpa@pengutronix.de> [140824 23:24]:
> There are 2 MACIDs stored in the control module of the am33xx. These are
> read by the cpsw driver if no valid MACID was found in the devicetree.
> 
> Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
> Reviewed-by: Wolfram Sang <wsa@the-dreams.de>

Acked-by: Tony Lindgren <tony@atomide.com>

> ---
>  arch/arm/boot/dts/am33xx.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
> index 25e38b6ac376..13e44b0f5adc 100644
> --- a/arch/arm/boot/dts/am33xx.dtsi
> +++ b/arch/arm/boot/dts/am33xx.dtsi
> @@ -701,6 +701,7 @@
>  			 */
>  			interrupts = <40 41 42 43>;
>  			ranges;
> +			syscon = <&cm>;
>  			status = "disabled";
>  
>  			davinci_mdio: mdio@4a101000 {
> -- 
> 2.1.0.rc1
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 25e38b6ac376..13e44b0f5adc 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -701,6 +701,7 @@ 
 			 */
 			interrupts = <40 41 42 43>;
 			ranges;
+			syscon = <&cm>;
 			status = "disabled";
 
 			davinci_mdio: mdio@4a101000 {