diff options
author | Tom Rini <trini@konsulko.com> | 2019-03-19 07:13:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-03-19 07:13:23 -0400 |
commit | 810ae23fbc57346508690425a785d44117e91182 (patch) | |
tree | 029e98c6c4d4a293488b697a4edb7c06af43a745 /arch | |
parent | 7eddda453710d2405e05bb0b79612103608c244a (diff) | |
parent | 92a47459bb85ba3e835b11ddbdcdfb571280614f (diff) | |
download | u-boot-810ae23fbc57346508690425a785d44117e91182.tar.gz u-boot-810ae23fbc57346508690425a785d44117e91182.tar.xz u-boot-810ae23fbc57346508690425a785d44117e91182.zip |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/socfpga_stratix10.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_stratix10.dtsi b/arch/arm/dts/socfpga_stratix10.dtsi index ccd3f32301..ee93725d64 100644 --- a/arch/arm/dts/socfpga_stratix10.dtsi +++ b/arch/arm/dts/socfpga_stratix10.dtsi @@ -95,6 +95,7 @@ mac-address = [00 00 00 00 00 00]; resets = <&rst EMAC0_RESET>, <&rst EMAC0_OCP_RESET>; reset-names = "stmmaceth"; + altr,sysmgr-syscon = <&sysmgr 0x44 0>; status = "disabled"; }; @@ -106,6 +107,7 @@ mac-address = [00 00 00 00 00 00]; resets = <&rst EMAC1_RESET>, <&rst EMAC1_OCP_RESET>; reset-names = "stmmaceth"; + altr,sysmgr-syscon = <&sysmgr 0x48 0>; status = "disabled"; }; @@ -117,6 +119,7 @@ mac-address = [00 00 00 00 00 00]; resets = <&rst EMAC2_RESET>, <&rst EMAC2_OCP_RESET>; reset-names = "stmmaceth"; + altr,sysmgr-syscon = <&sysmgr 0x4c 0>; status = "disabled"; }; |