From: Maxime Ripard Date: Thu, 9 Feb 2017 15:45:04 +0000 (+0100) Subject: dt-bindings: gpu: mali: Add optional memory-region X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b6b204eabe8eba8d9194349365a03b311fdba580;p=openwrt%2Fstaging%2Fblogic.git dt-bindings: gpu: mali: Add optional memory-region The reserved memory bindings allow us to specify which memory areas our buffers can be allocated from. Let's use it. Signed-off-by: Maxime Ripard Acked-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt index 476f5ea6c627..88df4a276607 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt +++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt @@ -35,6 +35,10 @@ Optional properties: - interrupt-names and interrupts: * pmu: Power Management Unit interrupt, if implemented in hardware + - memory-region: + Memory region to allocate from, as defined in + Documentation/devicetree/bindi/reserved-memory/reserved-memory.txt + Vendor-specific bindings ------------------------