powerpc/mpc85xx: fix fsl/p2041-post.dtsi clockgen mux2
authorValentin Longchamp <valentin.longchamp@keymile.com>
Wed, 4 Jun 2014 15:34:01 +0000 (17:34 +0200)
committerScott Wood <scottwood@freescale.com>
Fri, 20 Jun 2014 23:48:36 +0000 (18:48 -0500)
The mux2 node is missing the clock-output-names field that is required
by the clk-ppc-corenet driver.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/fsl/p2041si-post.dtsi

index 5290df8..69ce102 100644 (file)
                        compatible = "fsl,qoriq-core-mux-1.0";
                        clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
                        clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
+                       clock-output-names = "cmux2";
                };
 
                mux3: mux3@60 {