diff options
author | Igal Liberman <Igal.Liberman@freescale.com> | 2015-01-12 08:03:57 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-06-02 21:37:18 -0500 |
commit | fb326e9841b2000a8d1b115ccd7f5b3b61a4d123 (patch) | |
tree | d1f32b8d098d3fec8791c4798a4e170d3bc7f4e0 /arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | |
parent | 763d2d8df1ee2b92ff09cd58f6034021e2cabf6d (diff) | |
download | blackbird-obmc-linux-fb326e9841b2000a8d1b115ccd7f5b3b61a4d123.tar.gz blackbird-obmc-linux-fb326e9841b2000a8d1b115ccd7f5b3b61a4d123.zip |
powerpc/dts: Unify B4 mux nodes
Signed-off-by: Igal Liberman <Igal.Liberman@freescale.com>
Change-Id: Ic5f28f7b492b708f00a5ff74dda723ce5e1da0ba
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/b4860si-post.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi index f35e9e0a5445..68b9a0536485 100644 --- a/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4860si-post.dtsi @@ -182,20 +182,9 @@ compatible = "fsl,b4860-device-config", "fsl,qoriq-device-config-2.0"; }; -/include/ "qoriq-clockgen2.dtsi" global-utilities@e1000 { - compatible = "fsl,b4860-clockgen", "fsl,qoriq-clockgen-2.0"; - - mux0: mux0@0 { - #clock-cells = <0>; - reg = <0x0 0x4>; - compatible = "fsl,qoriq-core-mux-2.0"; - clocks = <&pll0 0>, <&pll0 1>, <&pll0 2>, - <&pll1 0>, <&pll1 1>, <&pll1 2>; - clock-names = "pll0", "pll0-div2", "pll0-div4", - "pll1", "pll1-div2", "pll1-div4"; - clock-output-names = "cmux0"; - }; + compatible = "fsl,b4860-clockgen", "fsl,b4-clockgen", + "fsl,qoriq-clockgen-2.0"; }; rcpm: global-utilities@e2000 { |