commit | 134ccada7ac59156761ce05afd1c0b1d02ebd928 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Wed May 03 10:43:14 2017 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat May 27 13:48:25 2017 -0400 |
tree | d9ec52e4c8592ba7e60d742abef1732e98f9813a | |
parent | 786813c343cb619d23cb0990e152e350b826d810 [diff] |
drm/msm/gpu: check legacy clk names in get_clocks() Otherwise if someone was using old bindings with "core_clk" instead of "core" as the clock name, we'd never find it and gpu would be stuck at 27MHz (or whatever it's slowest rate is). Fixes: 98db803 ("msm/drm: gpu: Dynamically locate the clocks from the device tree") Signed-off-by: Rob Clark <robdclark@gmail.com>