]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dt: bindings: update mvebu-mbus DT binding with new compatible properties
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Dec 2014 12:43:42 +0000 (13:43 +0100)
committerAndrew Lunn <andrew@lunn.ch>
Fri, 9 Jan 2015 16:54:28 +0000 (10:54 -0600)
commitddefbdb4c0df6bcb751971e2395e65daf26abb10
treed62efd211b12ffc95410558c0cb3eed031a3386a
parent928413bd859c0936f03f6a3504c4721e83a3d1d7
dt: bindings: update mvebu-mbus DT binding with new compatible properties

Contrary to what was originally thought, the Armada 375 and Armada 38x
MBus windows hardware block is *not* compatible with the Armada 370,
due to a difference in how window 13 is handled. It was rather
compatible with the Armada XP MBus hardware block.

However, the DTs for Armada 375 and Armada 38x encode the following
compatible string for MBus:

  compatible = "marvell,armada375-mbus", "marvell,armada370-mbus", "simple-bus";
  compatible = "marvell,armada380-mbus", "marvell,armada370-mbus", "simple-bus";

So, by extending the mvebu-mbus DT binding to also cover the
marvell,armada375-mbus and marvell,armada380-mbus compatible strings,
we can define a new behavior for those SoCs without changing the DT.

Therefore, this commit adds those two new compatible strings to the DT
binding documentation of mvebu-mbus. Note that it re-uses two existing
duplicated lines for the armada370-mbus and armadaxp-mbus compatible
strings.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Documentation/devicetree/bindings/bus/mvebu-mbus.txt