commit | 9976b864d1c793d5fffc02fb421a94d36ce85308 | [log] [tgz] |
---|---|---|
author | Andreas Dannenberg <dannenberg@ti.com> | Tue Jun 04 18:08:13 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 17 11:12:54 2019 -0400 |
tree | dd5d21dd76fac73ec4eb86d5b17c4bc28cf9407e | |
parent | 816fbb7a5cbedad96d04102437c0be6842f2ac1f [diff] |
arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi Only U-Boot specifc DT properties or overrides, must be in -u-boot.dtsi. Pinctrl nodes does not belong here. Now that pinctrl nodes are in kernel DT, there is no reason to be keep these in -u-boot.dtsi. Move them to proper places so that it would ease copying DT entries from kernel DT. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>