diff options
author | Tang Yuantian <yuantian.tang@freescale.com> | 2014-01-20 16:26:13 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-03-19 16:04:23 -0500 |
commit | 5d1a566e51d01a8bac3f56aec87bcb93395f3255 (patch) | |
tree | ffdec58d070eab452e56a8ed619cc0d95f539d23 /arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | |
parent | c7e64b9ce04aa2e3fad7396d92b5cb92056d16ac (diff) | |
download | blackbird-op-linux-5d1a566e51d01a8bac3f56aec87bcb93395f3255.tar.gz blackbird-op-linux-5d1a566e51d01a8bac3f56aec87bcb93395f3255.zip |
powerpc/mpc85xx: Update clock nodes in device tree
The following SoCs will be affected: p2041, p3041, p4080,
p5020, p5040, b4420, b4860, t4240
Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi index c6e451affb05..2419731c2c54 100644 --- a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi @@ -64,11 +64,13 @@ cpu0: PowerPC,e6500@0 { device_type = "cpu"; reg = <0 1>; + clocks = <&mux0>; next-level-cache = <&L2>; }; cpu1: PowerPC,e6500@2 { device_type = "cpu"; reg = <2 3>; + clocks = <&mux0>; next-level-cache = <&L2>; }; }; |