diff options
author | Jernej Skrabec <jernej.skrabec@siol.net> | 2019-10-24 00:13:27 +0200 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2019-11-05 11:35:05 +0100 |
commit | ab883313ef625a48704eec3159b43eabe1e5fa38 (patch) | |
tree | 25c2144e7c662098ec5783a6d96863a9d84157ed /Documentation | |
parent | d79ccef07b36cf9e0bf57b24a7c580d1e5f4fc39 (diff) | |
download | linux-ab883313ef625a48704eec3159b43eabe1e5fa38.tar.gz linux-ab883313ef625a48704eec3159b43eabe1e5fa38.tar.bz2 linux-ab883313ef625a48704eec3159b43eabe1e5fa38.zip |
dt-bindings: bus: sunxi: Add H3 MBUS compatible
Allwinner H3 SoC also contains MBUS controller.
Add compatible for it.
Acked-by: Maxime Ripard <mripard@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt b/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt index 1464a4713553..2005bb486705 100644 --- a/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt +++ b/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt @@ -8,6 +8,7 @@ bus. Required properties: - compatible: Must be one of: - allwinner,sun5i-a13-mbus + - allwinner,sun8i-h3-mbus - reg: Offset and length of the register set for the controller - clocks: phandle to the clock driving the controller - dma-ranges: See section 2.3.9 of the DeviceTree Specification |