Commit 7d926e11 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx27-eukrea-cpuimx27: Put the clock node directly into root

Put the UART clock node directly under root with a unique node name and
drop unit-address in order to fix the following build warning with W=1:

arch/arm/boot/dts/imx27-eukrea-mbimxsd27-baseboard.dtb: Warning (simple_bus_reg): Node /clocks/osc26m missing or empty reg/ranges property
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2bada7ac
...@@ -20,17 +20,10 @@ memory@a0000000 { ...@@ -20,17 +20,10 @@ memory@a0000000 {
reg = <0xa0000000 0x04000000>; reg = <0xa0000000 0x04000000>;
}; };
clocks { clk14745600: clk-uart {
#address-cells = <1>; compatible = "fixed-clock";
#size-cells = <0>; #clock-cells = <0>;
compatible = "simple-bus"; clock-frequency = <14745600>;
clk14745600: clock@0 {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <14745600>;
reg = <0>;
};
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment