diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-10-11 10:06:23 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-10-11 10:07:07 -0400 |
commit | be59a3282cf8e0c9c82e8835ffca98dfd2cd98e1 (patch) | |
tree | 2bc2ac747d130ab7dee0bc3dd253cb80dbe6520a | |
parent | ce57b60f38c82f2b0fb3eeea12245b504d781723 (diff) | |
parent | 2a44d6511a0104e9ff628e73cf4381e5664a8219 (diff) |
Merge tag 'socfpga_updates_for_v4.20_part3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into next/dt
SoCFPGA DTS updates for v4.20, part 3
- Add ethernet aliases for Stratix10
- Move ethernet aliases from socfpga dtsi
- Correct system manager register size for Stratix10
- Correct SDRAM node address for Arria10
* tag 'socfpga_updates_for_v4.20_part3' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
ARM: dts: socfgpa: remove ethernet aliases from dtsi
arm64: dts: stratix10: add ethernet aliases
arm64: dts: stratix10: Correct System Manager register size
ARM: dts: socfpga: Fix SDRAM node address for Arria10
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | 4 | ||||
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 | ||||
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | 3 |
5 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index b3ff5a86efdb..2d300396f0ed 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi | |||
@@ -22,8 +22,6 @@ | |||
22 | #size-cells = <1>; | 22 | #size-cells = <1>; |
23 | 23 | ||
24 | aliases { | 24 | aliases { |
25 | ethernet0 = &gmac0; | ||
26 | ethernet1 = &gmac1; | ||
27 | serial0 = &uart0; | 25 | serial0 = &uart0; |
28 | serial1 = &uart1; | 26 | serial1 = &uart1; |
29 | timer0 = &timer0; | 27 | timer0 = &timer0; |
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 4e0c26423d84..59ef13e37536 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi | |||
@@ -628,7 +628,7 @@ | |||
628 | status = "disabled"; | 628 | status = "disabled"; |
629 | }; | 629 | }; |
630 | 630 | ||
631 | sdr: sdr@ffc25000 { | 631 | sdr: sdr@ffcfb100 { |
632 | compatible = "altr,sdr-ctl", "syscon"; | 632 | compatible = "altr,sdr-ctl", "syscon"; |
633 | reg = <0xffcfb100 0x80>; | 633 | reg = <0xffcfb100 0x80>; |
634 | }; | 634 | }; |
diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts b/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts index 6f5255a7d192..031c721441ff 100644 --- a/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts +++ b/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | |||
@@ -21,6 +21,10 @@ | |||
21 | model = "EBV SOCrates"; | 21 | model = "EBV SOCrates"; |
22 | compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga"; | 22 | compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga"; |
23 | 23 | ||
24 | aliases { | ||
25 | ethernet0 = &gmac1; | ||
26 | }; | ||
27 | |||
24 | chosen { | 28 | chosen { |
25 | bootargs = "earlyprintk"; | 29 | bootargs = "earlyprintk"; |
26 | stdout-path = "serial0:115200n8"; | 30 | stdout-path = "serial0:115200n8"; |
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index d033da401c26..bc6c141d7372 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | |||
@@ -335,7 +335,7 @@ | |||
335 | 335 | ||
336 | sysmgr: sysmgr@ffd12000 { | 336 | sysmgr: sysmgr@ffd12000 { |
337 | compatible = "altr,sys-mgr", "syscon"; | 337 | compatible = "altr,sys-mgr", "syscon"; |
338 | reg = <0xffd12000 0x1000>; | 338 | reg = <0xffd12000 0x228>; |
339 | }; | 339 | }; |
340 | 340 | ||
341 | /* Local timer */ | 341 | /* Local timer */ |
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts index 53cf195c2ada..3d0db3024f6b 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts | |||
@@ -21,6 +21,9 @@ | |||
21 | 21 | ||
22 | aliases { | 22 | aliases { |
23 | serial0 = &uart0; | 23 | serial0 = &uart0; |
24 | ethernet0 = &gmac0; | ||
25 | ethernet1 = &gmac1; | ||
26 | ethernet2 = &gmac2; | ||
24 | }; | 27 | }; |
25 | 28 | ||
26 | chosen { | 29 | chosen { |