Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53f40352 authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

ARM: bcm2835: fix typos in DT binding documentation



The compatible value shouldn't include ".txt", which was probably cut
and paste from the filename.

Reported-by: default avatarDomenico Andreoli <cavokz@gmail.com>
Signed-off-by: default avatarStephen Warren <swarren@wwwdotorg.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 6dd41a1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ as "armctrl" in the SoC documentation, hence naming of this binding.

Required properties:

- compatible : should be "brcm,bcm2835-armctrl-ic.txt"
- compatible : should be "brcm,bcm2835-armctrl-ic"
- reg : Specifies base physical address and size of the registers.
- interrupt-controller : Identifies the node as an interrupt controller
- #interrupt-cells : Specifies the number of cells needed to encode an
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ free running counter values, and generates an interrupt.

Required properties:

- compatible : should be "brcm,bcm2835-system-timer.txt"
- compatible : should be "brcm,bcm2835-system-timer"
- reg : Specifies base physical address and size of the registers.
- interrupts : A list of 4 interrupt sinks; one per timer channel.
- clock-frequency : The frequency of the clock that drives the counter, in Hz.