commit | c6b0b090329958d7c1bd1285a720490945258b94 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 20 19:48:32 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:35:57 2014 -0600 |
tree | a372fe41a245f409edb23a3bcd7cf2ea83817467 | |
parent | 41678484b3c6c34a1a73dae2561cc7070662cf5f [diff] |
dm: exynos: dts: Adjust device tree files for U-Boot The pinctrl bindings used by Linux are an incomplete description of the hardware. It is possible in most cases to determine the register address of each, but not in all cases. By adding an additional property we can fix this, and avoid adding a table to U-Boot for every single Exynos SOC. Signed-off-by: Simon Glass <sjg@chromium.org>