Skip to content

Commit

Permalink
Merge tag 'berlin-dt-for-v4.9-1' of git://git.infradead.org/users/hes…
Browse files Browse the repository at this point in the history
…selba/linux-berlin into next/dt

Berlin DT changes for v4.9
- enable dw wdt nodes unconditionally,
  driver supports multiple instances now
- fix some dtc compiler warnings

* tag 'berlin-dt-for-v4.9-1' of git://git.infradead.org/users/hesselba/linux-berlin:
  ARM: dts: sony-nsz-gs7: add missing unit name to /memory node
  ARM: dts: chromecast: add missing unit name to /memory node
  ARM: dts: berlin2q-marvell-dmp: add missing unit name to /memory node
  ARM: dts: berlin2: Add missing unit name to /soc node
  ARM: dts: berlin2cd: Add missing unit name to /soc node
  ARM: dts: berlin2q: Add missing unit name to /soc node
  ARM: dts: berlin2: Remove skeleton.dtsi inclusion
  ARM: dts: berlin2cd: Remove skeleton.dtsi inclusion
  ARM: dts: berlin2q: Remove skeleton.dtsi inclusion
  arm: dts: berlin2q: enable all wdt nodes unconditionally
  arm: dts: berlin2: enable all wdt nodes unconditionally

Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Olof Johansson committed Oct 3, 2016
2 parents 7dd84f0 + 9a0af83 commit adff807
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
stdout-path = "serial0:115200n8";
};

memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x40000000>; /* 1 GB */
};
Expand Down
7 changes: 3 additions & 4 deletions arch/arm/boot/dts/berlin2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

#include "skeleton.dtsi"
#include <dt-bindings/clock/berlin2.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>

/ {
model = "Marvell Armada 1500 (BG2) SoC";
compatible = "marvell,berlin2", "marvell,berlin";
#address-cells = <1>;
#size-cells = <1>;

aliases {
serial0 = &uart0;
Expand Down Expand Up @@ -89,7 +90,7 @@
clock-frequency = <25000000>;
};

soc {
soc@f7000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -447,15 +448,13 @@
reg = <0x2000 0x100>;
clocks = <&refclk>;
interrupts = <1>;
status = "disabled";
};

wdt2: watchdog@3000 {
compatible = "snps,dw-wdt";
reg = <0x3000 0x100>;
clocks = <&refclk>;
interrupts = <2>;
status = "disabled";
};

sm_gpio1: gpio@5000 {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/berlin2cd-google-chromecast.dts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
stdout-path = "serial0:115200n8";
};

memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x20000000>; /* 512 MB */
};
Expand Down
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/berlin2cd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/

#include "skeleton.dtsi"
#include <dt-bindings/clock/berlin2.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>

/ {
model = "Marvell Armada 1500-mini (BG2CD) SoC";
compatible = "marvell,berlin2cd", "marvell,berlin";
#address-cells = <1>;
#size-cells = <1>;

aliases {
serial0 = &uart0;
Expand Down Expand Up @@ -78,7 +79,7 @@
clock-frequency = <25000000>;
};

soc {
soc@f7000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/berlin2q-marvell-dmp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
model = "Marvell BG2-Q DMP";
compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";

memory {
memory@0 {
device_type = "memory";
reg = <0x00000000 0x80000000>;
};
Expand Down
8 changes: 3 additions & 5 deletions arch/arm/boot/dts/berlin2q.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
#include <dt-bindings/clock/berlin2q.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>

#include "skeleton.dtsi"

/ {
model = "Marvell Armada 1500 pro (BG2-Q) SoC";
compatible = "marvell,berlin2q", "marvell,berlin";
#address-cells = <1>;
#size-cells = <1>;

aliases {
serial0 = &uart0;
Expand Down Expand Up @@ -99,7 +99,7 @@
clock-frequency = <25000000>;
};

soc {
soc@f7000000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
Expand Down Expand Up @@ -525,15 +525,13 @@
reg = <0x2000 0x100>;
clocks = <&refclk>;
interrupts = <1>;
status = "disabled";
};

wdt2: watchdog@3000 {
compatible = "snps,dw-wdt";
reg = <0x3000 0x100>;
clocks = <&refclk>;
interrupts = <2>;
status = "disabled";
};

sm_gpio1: gpio@5000 {
Expand Down

0 comments on commit adff807

Please sign in to comment.