summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-11-15 09:02:40 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:48:45 +0100
commit254bd6ca534b576a8b46843507a1c7cd7220264a (patch)
tree5fa8a68aac3f9d2c503316753d6507afb6178a07
parent37beaba4559bf62e6f4b35abc4ded9f7e7ed6796 (diff)
downloadbarebox-254bd6ca534b576a8b46843507a1c7cd7220264a.tar.gz
barebox-254bd6ca534b576a8b46843507a1c7cd7220264a.tar.xz
dts: update to v4.9-rc4
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--dts/Bindings/net/marvell-orion-net.txt1
-rw-r--r--dts/src/mips/mti/malta.dts3
2 files changed, 3 insertions, 1 deletions
diff --git a/dts/Bindings/net/marvell-orion-net.txt b/dts/Bindings/net/marvell-orion-net.txt
index bce52b2ec5..6fd988c84c 100644
--- a/dts/Bindings/net/marvell-orion-net.txt
+++ b/dts/Bindings/net/marvell-orion-net.txt
@@ -49,6 +49,7 @@ Optional port properties:
and
- phy-handle: See ethernet.txt file in the same directory.
+ - phy-mode: See ethernet.txt file in the same directory.
or
diff --git a/dts/src/mips/mti/malta.dts b/dts/src/mips/mti/malta.dts
index f604a272d9..ffe3a1508e 100644
--- a/dts/src/mips/mti/malta.dts
+++ b/dts/src/mips/mti/malta.dts
@@ -84,12 +84,13 @@
fpga_regs: system-controller@1f000000 {
compatible = "mti,malta-fpga", "syscon", "simple-mfd";
reg = <0x1f000000 0x1000>;
+ native-endian;
reboot {
compatible = "syscon-reboot";
regmap = <&fpga_regs>;
offset = <0x500>;
- mask = <0x4d>;
+ mask = <0x42>;
};
};