Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sti: update clkgen-fsyn entries in stih410-clock

The clkgen-fsyn driver now embed the clock names (assuming the
right compatible is used). Remove all clock-output-names property
and update when necessary the compatible.

Signed-off-by: Alain Volmat <avolmat@me.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>

authored by

Alain Volmat and committed by
Patrice Chotard
7f9ed95d 21b6069c

+3 -24
+3 -24
arch/arm/boot/dts/stih410-clock.dtsi
··· 93 93 reg = <0x9103000 0x1000>; 94 94 95 95 clocks = <&clk_sysin>; 96 - 97 - clock-output-names = "clk-s-c0-fs0-ch0", 98 - "clk-s-c0-fs0-ch1", 99 - "clk-s-c0-fs0-ch2", 100 - "clk-s-c0-fs0-ch3"; 101 - clock-critical = <0>; /* clk-s-c0-fs0-ch0 */ 102 96 }; 103 97 104 98 clk_s_c0: clockgen-c@9103000 { ··· 144 150 145 151 clk_s_d0_quadfs: clk-s-d0-quadfs@9104000 { 146 152 #clock-cells = <1>; 147 - compatible = "st,quadfs"; 153 + compatible = "st,quadfs-d0"; 148 154 reg = <0x9104000 0x1000>; 149 155 150 156 clocks = <&clk_sysin>; 151 - 152 - clock-output-names = "clk-s-d0-fs0-ch0", 153 - "clk-s-d0-fs0-ch1", 154 - "clk-s-d0-fs0-ch2", 155 - "clk-s-d0-fs0-ch3"; 156 157 }; 157 158 158 159 clockgen-d0@9104000 { ··· 168 179 169 180 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 { 170 181 #clock-cells = <1>; 171 - compatible = "st,quadfs"; 182 + compatible = "st,quadfs-d2"; 172 183 reg = <0x9106000 0x1000>; 173 184 174 185 clocks = <&clk_sysin>; 175 - 176 - clock-output-names = "clk-s-d2-fs0-ch0", 177 - "clk-s-d2-fs0-ch1", 178 - "clk-s-d2-fs0-ch2", 179 - "clk-s-d2-fs0-ch3"; 180 186 }; 181 187 182 188 clockgen-d2@9106000 { ··· 194 210 195 211 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 196 212 #clock-cells = <1>; 197 - compatible = "st,quadfs"; 213 + compatible = "st,quadfs-d3"; 198 214 reg = <0x9107000 0x1000>; 199 215 200 216 clocks = <&clk_sysin>; 201 - 202 - clock-output-names = "clk-s-d3-fs0-ch0", 203 - "clk-s-d3-fs0-ch1", 204 - "clk-s-d3-fs0-ch2", 205 - "clk-s-d3-fs0-ch3"; 206 217 }; 207 218 208 219 clockgen-d3@9107000 {