commit | 6fbe0cc53a1b5f7abe2c44399c18e943adbebe2f | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <eagle.alexander923@gmail.com> | Wed Apr 20 10:06:39 2022 +0300 |
committer | Helge Deller <deller@gmx.de> | Mon Apr 25 20:12:12 2022 +0200 |
tree | 747fe12fe417c6c93aca30d76aa19e5406f88adc | |
parent | 610323d8f6f8b479a04eec33fd67e4152beb7b65 [diff] |
video: fbdev: clps711x-fb: Use syscon_regmap_lookup_by_phandle Since version 5.13, the standard syscon bindings have been added to all clps711x DT nodes, so we can now use the more general syscon_regmap_lookup_by_phandle function to get the syscon pointer. Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>