On Fri, Aug 23, 2019 at 7:16 AM Brian Masney <masneyb@xxxxxxxxxxxxx> wrote: > > Some A3xx and A4xx Adreno GPUs do not have GMEM inside the GPU core and > must use the On Chip MEMory (OCMEM) in order to be functional. Add the > optional ocmem property to the Adreno Graphics Management Unit bindings. > > Signed-off-by: Brian Masney <masneyb@xxxxxxxxxxxxx> > --- > Changes since v6: > - link to gmu-sram in example > - add ranges property to ocmem example to match bindings > > Changes since v5: > - rename ocmem property to sram to match what TI currently has. > > Changes since v4: > - None > > Changes since v3: > - correct link to qcom,ocmem.yaml > > Changes since v2: > - Add a3xx example with OCMEM > > Changes since v1: > - None > > .../devicetree/bindings/display/msm/gmu.txt | 51 +++++++++++++++++++ > 1 file changed, 51 insertions(+) Reviewed-by: Rob Herring <robh@xxxxxxxxxx>