Messages in this thread Patch in this message |  | | From | Chen-Yu Tsai <> | Subject | [PATCH 10/14] dt-bindings: bus: sunxi: Add R40 MBUS compatible | Date | Mon, 16 Dec 2019 00:59:20 +0800 |
| |
From: Chen-Yu Tsai <wens@csie.org>
Allwinner R40 SoC also contains MBUS controller.
Add compatible for it.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt b/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt index 2005bb486705..1d725fa03706 100644 --- a/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt +++ b/Documentation/devicetree/bindings/arm/sunxi/sunxi-mbus.txt @@ -9,6 +9,7 @@ Required properties: - compatible: Must be one of: - allwinner,sun5i-a13-mbus - allwinner,sun8i-h3-mbus + - allwinner,sun8i-r40-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 -- 2.24.0
|  |