@@ -6,20 +6,20 @@ This patch adds following changes to 98DX25xx and 98DX35xx SoC,
6
6
- SDMA(Subsystem DMA engine) node for control path Rx/Tx.
7
7
- prestera node for interupt handing from switching ASIC.
8
8
- mmc node using Xenon SDHCI Controller.
9
- - watchdog node.
9
+ - arm watchdog node.
10
10
- clock-frequency in timer node.
11
11
- ac5-ehci compatible string in usb.
12
12
13
13
Signed-off-by: Yuval Shaia <
[email protected] >
14
14
Tested-by: Raz Adashi <
[email protected] >
15
15
Reviewed-by: Raz Adashi <
[email protected] >
16
16
---
17
- arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 47 ++++++++++++++++++-
18
- .../boot/dts/marvell/ac5-98dx35xx-rd.dts | 8 ++++
19
- 2 files changed, 54 insertions(+), 1 deletion (-)
17
+ arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi | 44 ++++++++++++++++++-
18
+ .../boot/dts/marvell/ac5-98dx35xx-rd.dts | 10 ++++-
19
+ 2 files changed, 52 insertions(+), 2 deletions (-)
20
20
21
21
diff --git a/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi b/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
22
- index 8bce64069..f1f96799b 100644
22
+ index 8bce64069..b4ca6ba4d 100644
23
23
--- a/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
24
24
+++ b/arch/arm64/boot/dts/marvell/ac5-98dx25xx.dtsi
25
25
@@ -64,6 +64,7 @@ timer {
@@ -70,7 +70,7 @@ index 8bce64069..f1f96799b 100644
70
70
reg = <0x0 0x80000 0x0 0x500>;
71
71
interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
72
72
status = "disabled";
73
- @@ -296,6 +321,20 @@ spi1: spi@805a8000 {
73
+ @@ -296,6 +321,17 @@ spi1: spi@805a8000 {
74
74
status = "disabled";
75
75
};
76
76
@@ -80,18 +80,15 @@ index 8bce64069..f1f96799b 100644
80
80
+ status = "okay";
81
81
+ };
82
82
+
83
- + watchdog@80216000 {
84
- + compatible = "marvell,ac5-wd";
85
- + reg = <0x0 0x80216000 0 0x1000>,
86
- + <0x0 0x80215000 0 0x1000>;
87
- + interrupts = <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>;
88
- + timeout-sec = <30>;
83
+ + wdog {
84
+ + compatible = "arm,smc-wdt";
85
+ + status = "okay";
89
86
+ };
90
87
+
91
88
gic: interrupt-controller@80600000 {
92
89
compatible = "arm,gic-v3";
93
90
#interrupt-cells = <3>;
94
- @@ -318,5 +357 ,11 @@ spi_clock: spi-clock {
91
+ @@ -318,5 +354 ,11 @@ spi_clock: spi-clock {
95
92
#clock-cells = <0>;
96
93
clock-frequency = <200000000>;
97
94
};
@@ -104,9 +101,18 @@ index 8bce64069..f1f96799b 100644
104
101
};
105
102
};
106
103
diff --git a/arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts b/arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts
107
- index f0ebdb84e..45c305d46 100644
104
+ index f0ebdb84e..4b31390c3 100644
108
105
--- a/arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts
109
106
+++ b/arch/arm64/boot/dts/marvell/ac5-98dx35xx-rd.dts
107
+ @@ -29,7 +29,7 @@ aliases {
108
+
109
+ memory@0 {
110
+ device_type = "memory";
111
+ - reg = <0x2 0x00000000 0x0 0x40000000>;
112
+ + reg = <0x2 0x00000000 0x1 0x00000000>;
113
+ };
114
+
115
+ usb1phy: usb-phy {
110
116
@@ -99,3 +99,11 @@ parition@2 {
111
117
};
112
118
};
0 commit comments