commit | d29e849cafe666195ecfa0afd61ae6ff096cc140 | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Tue Jan 17 10:20:59 2017 +0000 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Wed Jan 18 11:14:07 2017 +0000 |
tree | 678802b1cbdd12c7003a06c794b805b72537ddeb | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 [diff] |
arm64: dts: juno: remove dtsi nesting inside tree structure Currently juno-clock.dtsi and juno-base.dtsi are nested badly inside the device tree structure. It's generally good practice to ensure that individual dtsi stand by themselves at the top of the file. This patch removes the nesting of the above mentioned dtsi files and makes them independent. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>