diff options
author | Olof Johansson <olof@lixom.net> | 2015-10-26 03:58:26 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-10-26 03:58:26 +0300 |
commit | a5ac4a66c6d897720bc6e8f332650630b1ff38ee (patch) | |
tree | dc69974113c3fb026779dc57e956fa7cc5e832fb /Documentation/devicetree/bindings/arm/coherency-fabric.txt | |
parent | c2c2b3d35706e4d4b481757a4cb6a2462f847db5 (diff) | |
parent | 9d2ea95a599a80b08cc802f044626ea2701aade9 (diff) | |
download | linux-a5ac4a66c6d897720bc6e8f332650630b1ff38ee.tar.xz |
Merge tag 'mvebu-soc-4.4-2' of git://git.infradead.org/linux-mvebu into next/soc
mvebu soc for 4.4 (part 2)
- Use mac_pton() helper in the oropn5x board instead of duplicating it
- Add the broken-idle option allowing to boot boards with a mistake in
the hardware design
* tag 'mvebu-soc-4.4-2' of git://git.infradead.org/linux-mvebu:
ARM: mvebu: add broken-idle option
ARM: orion5x: use mac_pton() helper
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/coherency-fabric.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/coherency-fabric.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/coherency-fabric.txt b/Documentation/devicetree/bindings/arm/coherency-fabric.txt index 8dd46617c889..9b5c3f620e65 100644 --- a/Documentation/devicetree/bindings/arm/coherency-fabric.txt +++ b/Documentation/devicetree/bindings/arm/coherency-fabric.txt @@ -27,6 +27,11 @@ Required properties: * For "marvell,armada-380-coherency-fabric", only one pair is needed for the per-CPU fabric registers. +Optional properties: + +- broken-idle: boolean to set when the Idle mode is not supported by the + hardware. + Examples: coherency-fabric@d0020200 { |