summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/serio/olpc,ap-sp.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-02-11 10:48:06 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-11 10:48:06 +0100
commit4e2b3070d81de54c79c67e276e4293a8a1148b4a (patch)
tree2e8689841ff0697ad96c1175b4e76be13a5b6f37 /dts/Bindings/serio/olpc,ap-sp.txt
parent0b209d3b3f904e8c8bfe5a89da9462b6b436c898 (diff)
downloadbarebox-4e2b3070d81de54c79c67e276e4293a8a1148b4a.tar.gz
barebox-4e2b3070d81de54c79c67e276e4293a8a1148b4a.tar.xz
dts: update to v5.0-rc5
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/serio/olpc,ap-sp.txt')
-rw-r--r--dts/Bindings/serio/olpc,ap-sp.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/dts/Bindings/serio/olpc,ap-sp.txt b/dts/Bindings/serio/olpc,ap-sp.txt
index 36603419d6..0e72183f52 100644
--- a/dts/Bindings/serio/olpc,ap-sp.txt
+++ b/dts/Bindings/serio/olpc,ap-sp.txt
@@ -4,14 +4,10 @@ Required properties:
- compatible : "olpc,ap-sp"
- reg : base address and length of SoC's WTM registers
- interrupts : SP-AP interrupt
-- clocks : phandle + clock-specifier for the clock that drives the WTM
-- clock-names: should be "sp"
Example:
ap-sp@d4290000 {
compatible = "olpc,ap-sp";
reg = <0xd4290000 0x1000>;
interrupts = <40>;
- clocks = <&soc_clocks MMP2_CLK_SP>;
- clock-names = "sp";
}