| .. | .. |
|---|
| 74 | 74 | cpu0: PowerPC,e5500@0 { |
|---|
| 75 | 75 | device_type = "cpu"; |
|---|
| 76 | 76 | reg = <0>; |
|---|
| 77 | | - clocks = <&mux0>; |
|---|
| 77 | + clocks = <&clockgen 1 0>; |
|---|
| 78 | 78 | next-level-cache = <&L2_1>; |
|---|
| 79 | 79 | #cooling-cells = <2>; |
|---|
| 80 | 80 | L2_1: l2-cache { |
|---|
| .. | .. |
|---|
| 84 | 84 | cpu1: PowerPC,e5500@1 { |
|---|
| 85 | 85 | device_type = "cpu"; |
|---|
| 86 | 86 | reg = <1>; |
|---|
| 87 | | - clocks = <&mux1>; |
|---|
| 87 | + clocks = <&clockgen 1 1>; |
|---|
| 88 | 88 | next-level-cache = <&L2_2>; |
|---|
| 89 | 89 | #cooling-cells = <2>; |
|---|
| 90 | 90 | L2_2: l2-cache { |
|---|
| .. | .. |
|---|
| 94 | 94 | cpu2: PowerPC,e5500@2 { |
|---|
| 95 | 95 | device_type = "cpu"; |
|---|
| 96 | 96 | reg = <2>; |
|---|
| 97 | | - clocks = <&mux2>; |
|---|
| 97 | + clocks = <&clockgen 1 2>; |
|---|
| 98 | 98 | next-level-cache = <&L2_3>; |
|---|
| 99 | 99 | #cooling-cells = <2>; |
|---|
| 100 | 100 | L2_3: l2-cache { |
|---|
| .. | .. |
|---|
| 104 | 104 | cpu3: PowerPC,e5500@3 { |
|---|
| 105 | 105 | device_type = "cpu"; |
|---|
| 106 | 106 | reg = <3>; |
|---|
| 107 | | - clocks = <&mux3>; |
|---|
| 107 | + clocks = <&clockgen 1 3>; |
|---|
| 108 | 108 | next-level-cache = <&L2_4>; |
|---|
| 109 | 109 | #cooling-cells = <2>; |
|---|
| 110 | 110 | L2_4: l2-cache { |
|---|