diff mbox

[U-Boot,08/11] arm: dts: dra7: add syscon node to cpsw to read mac address

Message ID 1460042230-15205-9-git-send-email-mugunthanvnm@ti.com
State Accepted
Commit d7dc888d60b7d7641275bf6211307720b726baf9
Delegated to: Joe Hershberger
Headers show

Commit Message

Mugunthan V N April 7, 2016, 3:17 p.m. UTC
Add syscon node to cpsw device node to read mac address
from efuse.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 arch/arm/dts/dra7.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini April 11, 2016, 3:01 p.m. UTC | #1
On Thu, Apr 07, 2016 at 08:47:07PM +0530, Mugunthan V N wrote:

> Add syscon node to cpsw device node to read mac address
> from efuse.
> 
> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
index e7fecf7..3059273 100644
--- a/arch/arm/dts/dra7.dtsi
+++ b/arch/arm/dts/dra7.dtsi
@@ -1426,6 +1426,7 @@ 
 			active_slave = <0>;
 			cpts_clock_mult = <0x80000000>;
 			cpts_clock_shift = <29>;
+			syscon = <&scm_conf>;
 			reg = <0x48484000 0x1000
 			       0x48485200 0x2E00>;
 			#address-cells = <1>;