summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/juno-clocks.dtsi
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2017-01-17 10:20:59 +0000
committerSudeep Holla <sudeep.holla@arm.com>2017-01-18 11:14:07 +0000
commitd29e849cafe666195ecfa0afd61ae6ff096cc140 (patch)
tree678802b1cbdd12c7003a06c794b805b72537ddeb /arch/arm64/boot/dts/arm/juno-clocks.dtsi
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (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>
Diffstat (limited to 'arch/arm64/boot/dts/arm/juno-clocks.dtsi')
-rw-r--r--arch/arm64/boot/dts/arm/juno-clocks.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-clocks.dtsi b/arch/arm64/boot/dts/arm/juno-clocks.dtsi
index 25352ed943e6..e5e265dfa902 100644
--- a/arch/arm64/boot/dts/arm/juno-clocks.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-clocks.dtsi
@@ -6,7 +6,7 @@
* This file is licensed under a dual GPLv2 or BSD license.
*
*/
-
+/ {
/* SoC fixed clocks */
soc_uartclk: refclk7273800hz {
compatible = "fixed-clock";
@@ -42,3 +42,4 @@
clock-frequency = <400000000>;
clock-output-names = "faxi_clk";
};
+};