diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-07 15:28:28 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 14:26:32 +0100 |
commit | 7038250756c42b2bbe02b04223da14aac3a6f641 (patch) | |
tree | 148ca1d3bccc1becf3cd7fb3cdcb0c10192c5bac /Documentation/devicetree/bindings/media | |
parent | ed5fc60b909427be6ca93d3e07a0a5f296d7000a (diff) | |
download | linux-stable-7038250756c42b2bbe02b04223da14aac3a6f641.tar.gz linux-stable-7038250756c42b2bbe02b04223da14aac3a6f641.tar.bz2 linux-stable-7038250756c42b2bbe02b04223da14aac3a6f641.zip |
ARM: dts: sunxi: Change default CMA pool node name
The CMA node has a unit address, but no reg property which generates a
warning in DTC. Change the node name to reflect its usage and drop the unit
address.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'Documentation/devicetree/bindings/media')
-rw-r--r-- | Documentation/devicetree/bindings/media/cedrus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/cedrus.txt b/Documentation/devicetree/bindings/media/cedrus.txt index a089a0c1ff05..33833a43fff8 100644 --- a/Documentation/devicetree/bindings/media/cedrus.txt +++ b/Documentation/devicetree/bindings/media/cedrus.txt @@ -31,7 +31,7 @@ reserved-memory { ranges; /* Address must be kept in the lower 256 MiBs of DRAM for VE. */ - cma_pool: cma@4a000000 { + cma_pool: default-pool { compatible = "shared-dma-pool"; size = <0x6000000>; alloc-ranges = <0x4a000000 0x6000000>; |