diff options
author | Fabio Estevam | 2018-02-02 21:26:39 -0200 |
---|---|---|
committer | Shawn Guo | 2018-02-12 21:13:19 +0800 |
commit | 7d926e118e0d937e9a78b3c7aa944bba10931df6 (patch) | |
tree | d130654fa756c78b024cdfad7a9f653395185ac8 /arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi | |
parent | 2bada7ac1fdcbf79a9689bd2ff65fa515ca7a31f (diff) |
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: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi b/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi index b2b6f84527a1..9c455dcbe6eb 100644 --- a/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi +++ b/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi @@ -20,17 +20,10 @@ reg = <0xa0000000 0x04000000>; }; - clocks { - #address-cells = <1>; - #size-cells = <0>; - compatible = "simple-bus"; - - clk14745600: clock@0 { - #clock-cells = <0>; - compatible = "fixed-clock"; - clock-frequency = <14745600>; - reg = <0>; - }; + clk14745600: clk-uart { + compatible = "fixed-clock"; + #clock-cells = <0>; + clock-frequency = <14745600>; }; }; |