Commit db75c22f authored by Valentin Longchamp's avatar Valentin Longchamp Committed by Scott Wood

powerpc/mpc85xx: fix fsl/p2041-post.dtsi clockgen mux2

The mux2 node is missing the clock-output-names field that is required
by the clk-ppc-corenet driver.
Signed-off-by: default avatarValentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent a1e0fb42
...@@ -359,6 +359,7 @@ mux2: mux2@40 { ...@@ -359,6 +359,7 @@ mux2: mux2@40 {
compatible = "fsl,qoriq-core-mux-1.0"; compatible = "fsl,qoriq-core-mux-1.0";
clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>; clocks = <&pll0 0>, <&pll0 1>, <&pll1 0>, <&pll1 1>;
clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2"; clock-names = "pll0", "pll0-div2", "pll1", "pll1-div2";
clock-output-names = "cmux2";
}; };
mux3: mux3@60 { mux3: mux3@60 {
......
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