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

dt/bindings: Remove all references to device_type "ethernet-phy"

The device_type property is deprecated for the flattened device tree and
the value "ethernet-phy" has never been defined as having a useful
meaning. Neither the kernel nor u-boot depend on it. It should never
have appeared in PHY bindings. This patch removes all references to
"ethernet-phy" as a device_type value from the documentation and the
.dts files.

This patch was generated mechanically with the following command and
then verified by looking at the diff.

sed -i '/"ethernet-phy"/d' `git grep -l '"ethernet-phy"'`

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>

-180
-2
Documentation/devicetree/bindings/marvell.txt
··· 159 159 c) Marvell Discovery PHY nodes 160 160 161 161 Required properties: 162 - - device_type : Should be "ethernet-phy" 163 162 - interrupts : <a> where a is the interrupt number for this phy. 164 163 - interrupt-parent : the phandle for the interrupt controller that 165 164 services interrupts for this device. ··· 166 167 167 168 Example Discovery PHY node: 168 169 ethernet-phy@1 { 169 - device_type = "ethernet-phy"; 170 170 compatible = "broadcom,bcm5421"; 171 171 interrupts = <76>; /* GPP 12 */ 172 172 interrupt-parent = <&PIC>;
-1
Documentation/devicetree/bindings/net/marvell-orion-net.txt
··· 61 61 mdio-bus { 62 62 ... 63 63 ethphy: ethernet-phy@8 { 64 - device_type = "ethernet-phy"; 65 64 ... 66 65 }; 67 66 };
-2
Documentation/devicetree/bindings/net/phy.txt
··· 2 2 3 3 Required properties: 4 4 5 - - device_type : Should be "ethernet-phy" 6 5 - interrupts : <a b> where a is the interrupt number and b is a 7 6 field that represents an encoding of the sense and level 8 7 information for the interrupt. This should be encoded based on ··· 30 31 interrupt-parent = <40000>; 31 32 interrupts = <35 1>; 32 33 reg = <0>; 33 - device_type = "ethernet-phy"; 34 34 };
-3
Documentation/devicetree/booting-without-of.txt
··· 1364 1364 phy0: ethernet-phy@0 { 1365 1365 interrupts = <5 1>; 1366 1366 reg = <0>; 1367 - device_type = "ethernet-phy"; 1368 1367 }; 1369 1368 1370 1369 phy1: ethernet-phy@1 { 1371 1370 interrupts = <5 1>; 1372 1371 reg = <1>; 1373 - device_type = "ethernet-phy"; 1374 1372 }; 1375 1373 1376 1374 phy3: ethernet-phy@3 { 1377 1375 interrupts = <7 1>; 1378 1376 reg = <3>; 1379 - device_type = "ethernet-phy"; 1380 1377 }; 1381 1378 }; 1382 1379 };
-1
arch/arm/boot/dts/dove.dtsi
··· 559 559 status = "disabled"; 560 560 561 561 ethphy: ethernet-phy { 562 - device-type = "ethernet-phy"; 563 562 /* set phy address in board file */ 564 563 }; 565 564 };
-1
arch/arm/boot/dts/kirkwood-cloudbox.dts
··· 94 94 status = "okay"; 95 95 96 96 ethphy0: ethernet-phy@0 { 97 - device_type = "ethernet-phy"; 98 97 reg = <0>; 99 98 }; 100 99 };
-1
arch/arm/boot/dts/kirkwood-db.dtsi
··· 84 84 status = "okay"; 85 85 86 86 ethphy0: ethernet-phy@8 { 87 - device_type = "ethernet-phy"; 88 87 reg = <8>; 89 88 }; 90 89 };
-1
arch/arm/boot/dts/kirkwood-dnskw.dtsi
··· 224 224 status = "okay"; 225 225 226 226 ethphy0: ethernet-phy@8 { 227 - device_type = "ethernet-phy"; 228 227 reg = <8>; 229 228 }; 230 229 };
-1
arch/arm/boot/dts/kirkwood-dockstar.dts
··· 95 95 status = "okay"; 96 96 97 97 ethphy0: ethernet-phy@0 { 98 - device_type = "ethernet-phy"; 99 98 compatible = "marvell,88e1116"; 100 99 reg = <0>; 101 100 };
-2
arch/arm/boot/dts/kirkwood-dreamplug.dts
··· 104 104 status = "okay"; 105 105 106 106 ethphy0: ethernet-phy@0 { 107 - device_type = "ethernet-phy"; 108 107 reg = <0>; 109 108 }; 110 109 111 110 ethphy1: ethernet-phy@1 { 112 - device_type = "ethernet-phy"; 113 111 reg = <1>; 114 112 }; 115 113 };
-1
arch/arm/boot/dts/kirkwood-goflexnet.dts
··· 176 176 status = "okay"; 177 177 178 178 ethphy0: ethernet-phy@0 { 179 - device_type = "ethernet-phy"; 180 179 reg = <0>; 181 180 }; 182 181 };
-2
arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
··· 101 101 status = "okay"; 102 102 103 103 ethphy0: ethernet-phy@0 { 104 - device_type = "ethernet-phy"; 105 104 compatible = "marvell,88e1121"; 106 105 reg = <0>; 107 106 }; 108 107 109 108 ethphy1: ethernet-phy@1 { 110 - device_type = "ethernet-phy"; 111 109 compatible = "marvell,88e1121"; 112 110 reg = <1>; 113 111 };
-1
arch/arm/boot/dts/kirkwood-ib62x0.dts
··· 133 133 status = "okay"; 134 134 135 135 ethphy0: ethernet-phy@8 { 136 - device_type = "ethernet-phy"; 137 136 reg = <8>; 138 137 }; 139 138 };
-1
arch/arm/boot/dts/kirkwood-iconnect.dts
··· 183 183 status = "okay"; 184 184 185 185 ethphy0: ethernet-phy@11 { 186 - device_type = "ethernet-phy"; 187 186 reg = <11>; 188 187 }; 189 188 };
-1
arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
··· 200 200 status = "okay"; 201 201 202 202 ethphy1: ethernet-phy@11 { 203 - device_type = "ethernet-phy"; 204 203 reg = <11>; 205 204 }; 206 205 };
-1
arch/arm/boot/dts/kirkwood-km_kirkwood.dts
··· 55 55 status = "okay"; 56 56 57 57 ethphy0: ethernet-phy@0 { 58 - device_type = "ethernet-phy"; 59 58 reg = <0>; 60 59 }; 61 60 };
-2
arch/arm/boot/dts/kirkwood-lsxl.dtsi
··· 212 212 status = "okay"; 213 213 214 214 ethphy0: ethernet-phy@0 { 215 - device_type = "ethernet-phy"; 216 215 reg = <0>; 217 216 }; 218 217 219 218 ethphy1: ethernet-phy@8 { 220 - device_type = "ethernet-phy"; 221 219 reg = <8>; 222 220 }; 223 221 };
-2
arch/arm/boot/dts/kirkwood-mplcec4.dts
··· 197 197 status = "okay"; 198 198 199 199 ethphy0: ethernet-phy@1 { 200 - device_type = "ethernet-phy"; 201 200 reg = <1>; 202 201 }; 203 202 204 203 ethphy1: ethernet-phy@2 { 205 - device_type = "ethernet-phy"; 206 204 reg = <2>; 207 205 }; 208 206 };
-1
arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
··· 211 211 status = "okay"; 212 212 213 213 ethphy0: ethernet-phy@0 { 214 - device_type = "ethernet-phy"; 215 214 reg = <0>; 216 215 }; 217 216 };
-1
arch/arm/boot/dts/kirkwood-ns2-common.dtsi
··· 89 89 status = "okay"; 90 90 91 91 ethphy0: ethernet-phy { 92 - device_type = "ethernet-phy"; 93 92 /* overwrite reg property in board file */ 94 93 }; 95 94 };
-1
arch/arm/boot/dts/kirkwood-openblocks_a6.dts
··· 171 171 status = "okay"; 172 172 173 173 ethphy0: ethernet-phy@0 { 174 - device_type = "ethernet-phy"; 175 174 reg = <0>; 176 175 }; 177 176 };
-2
arch/arm/boot/dts/kirkwood-openblocks_a7.dts
··· 196 196 status = "okay"; 197 197 198 198 ethphy0: ethernet-phy@0 { 199 - device_type = "ethernet-phy"; 200 199 reg = <0>; 201 200 }; 202 201 203 202 ethphy1: ethernet-phy@1 { 204 - device_type = "ethernet-phy"; 205 203 reg = <1>; 206 204 }; 207 205 };
-1
arch/arm/boot/dts/kirkwood-sheevaplug-common.dtsi
··· 96 96 status = "okay"; 97 97 98 98 ethphy0: ethernet-phy@0 { 99 - device_type = "ethernet-phy"; 100 99 reg = <0>; 101 100 }; 102 101 };
-1
arch/arm/boot/dts/kirkwood-topkick.dts
··· 208 208 status = "okay"; 209 209 210 210 ethphy0: ethernet-phy@0 { 211 - device_type = "ethernet-phy"; 212 211 reg = <0>; 213 212 }; 214 213 };
-1
arch/arm/boot/dts/kirkwood-ts219.dtsi
··· 104 104 status = "okay"; 105 105 106 106 ethphy0: ethernet-phy { 107 - device_type = "ethernet-phy"; 108 107 /* overwrite reg property in board file */ 109 108 }; 110 109 };
-1
arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
··· 58 58 status = "okay"; 59 59 60 60 ethphy: ethernet-phy { 61 - device-type = "ethernet-phy"; 62 61 reg = <8>; 63 62 }; 64 63 };
-2
arch/powerpc/boot/dts/adder875-redboot.dts
··· 87 87 88 88 PHY0: ethernet-phy@0 { 89 89 reg = <0>; 90 - device_type = "ethernet-phy"; 91 90 }; 92 91 93 92 PHY1: ethernet-phy@1 { 94 93 reg = <1>; 95 - device_type = "ethernet-phy"; 96 94 }; 97 95 }; 98 96
-2
arch/powerpc/boot/dts/adder875-uboot.dts
··· 86 86 87 87 PHY0: ethernet-phy@0 { 88 88 reg = <0>; 89 - device_type = "ethernet-phy"; 90 89 }; 91 90 92 91 PHY1: ethernet-phy@1 { 93 92 reg = <1>; 94 - device_type = "ethernet-phy"; 95 93 }; 96 94 }; 97 95
-2
arch/powerpc/boot/dts/asp834x-redboot.dts
··· 207 207 interrupt-parent = <&ipic>; 208 208 interrupts = <17 0x8>; 209 209 reg = <0x1>; 210 - device_type = "ethernet-phy"; 211 210 }; 212 211 213 212 phy1: ethernet-phy@1 { 214 213 interrupt-parent = <&ipic>; 215 214 interrupts = <18 0x8>; 216 215 reg = <0x2>; 217 - device_type = "ethernet-phy"; 218 216 }; 219 217 220 218 tbi0: tbi-phy@11 {
-3
arch/powerpc/boot/dts/c2k.dts
··· 73 73 compatible = "marvell,mv64360-mdio"; 74 74 reg = <0x2000 4>; 75 75 PHY0: ethernet-phy@0 { 76 - device_type = "ethernet-phy"; 77 76 interrupts = <76>; /* GPP 12 */ 78 77 interrupt-parent = <&PIC>; 79 78 reg = <0>; 80 79 }; 81 80 PHY1: ethernet-phy@1 { 82 - device_type = "ethernet-phy"; 83 81 interrupts = <76>; /* GPP 12 */ 84 82 interrupt-parent = <&PIC>; 85 83 reg = <1>; 86 84 }; 87 85 PHY2: ethernet-phy@2 { 88 - device_type = "ethernet-phy"; 89 86 interrupts = <76>; /* GPP 12 */ 90 87 interrupt-parent = <&PIC>; 91 88 reg = <2>;
-2
arch/powerpc/boot/dts/ep8248e.dts
··· 76 76 PHY0: ethernet-phy@0 { 77 77 interrupt-parent = <&PIC>; 78 78 reg = <0>; 79 - device_type = "ethernet-phy"; 80 79 }; 81 80 82 81 PHY1: ethernet-phy@1 { 83 82 interrupt-parent = <&PIC>; 84 83 reg = <1>; 85 - device_type = "ethernet-phy"; 86 84 }; 87 85 }; 88 86 };
-2
arch/powerpc/boot/dts/ep88xc.dts
··· 85 85 86 86 PHY0: ethernet-phy@0 { 87 87 reg = <0x0>; 88 - device_type = "ethernet-phy"; 89 88 }; 90 89 91 90 PHY1: ethernet-phy@1 { 92 91 reg = <0x1>; 93 - device_type = "ethernet-phy"; 94 92 }; 95 93 }; 96 94
-2
arch/powerpc/boot/dts/gef_ppc9a.dts
··· 292 292 interrupt-parent = <&gef_pic>; 293 293 interrupts = <0x9 0x4>; 294 294 reg = <1>; 295 - device_type = "ethernet-phy"; 296 295 }; 297 296 phy2: ethernet-phy@2 { 298 297 interrupt-parent = <&gef_pic>; 299 298 interrupts = <0x8 0x4>; 300 299 reg = <3>; 301 - device_type = "ethernet-phy"; 302 300 }; 303 301 tbi0: tbi-phy@11 { 304 302 reg = <0x11>;
-2
arch/powerpc/boot/dts/gef_sbc310.dts
··· 290 290 interrupt-parent = <&gef_pic>; 291 291 interrupts = <0x9 0x4>; 292 292 reg = <1>; 293 - device_type = "ethernet-phy"; 294 293 }; 295 294 phy2: ethernet-phy@2 { 296 295 interrupt-parent = <&gef_pic>; 297 296 interrupts = <0x8 0x4>; 298 297 reg = <3>; 299 - device_type = "ethernet-phy"; 300 298 }; 301 299 tbi0: tbi-phy@11 { 302 300 reg = <0x11>;
-2
arch/powerpc/boot/dts/gef_sbc610.dts
··· 290 290 interrupt-parent = <&gef_pic>; 291 291 interrupts = <0x9 0x4>; 292 292 reg = <1>; 293 - device_type = "ethernet-phy"; 294 293 }; 295 294 phy2: ethernet-phy@2 { 296 295 interrupt-parent = <&gef_pic>; 297 296 interrupts = <0x8 0x4>; 298 297 reg = <3>; 299 - device_type = "ethernet-phy"; 300 298 }; 301 299 tbi0: tbi-phy@11 { 302 300 reg = <0x11>;
-3
arch/powerpc/boot/dts/ksi8560.dts
··· 161 161 PHY1: ethernet-phy@1 { 162 162 interrupt-parent = <&mpic>; 163 163 reg = <0x1>; 164 - device_type = "ethernet-phy"; 165 164 }; 166 165 167 166 PHY2: ethernet-phy@2 { 168 167 interrupt-parent = <&mpic>; 169 168 reg = <0x2>; 170 - device_type = "ethernet-phy"; 171 169 }; 172 170 173 171 tbi0: tbi-phy@11 { ··· 282 284 PHY0: ethernet-phy@0 { 283 285 interrupt-parent = <&mpic>; 284 286 reg = <0x0>; 285 - device_type = "ethernet-phy"; 286 287 }; 287 288 }; 288 289
-2
arch/powerpc/boot/dts/mpc8272ads.dts
··· 196 196 interrupt-parent = <&PIC>; 197 197 interrupts = <23 8>; 198 198 reg = <0x0>; 199 - device_type = "ethernet-phy"; 200 199 }; 201 200 202 201 PHY1: ethernet-phy@1 { 203 202 interrupt-parent = <&PIC>; 204 203 interrupts = <23 8>; 205 204 reg = <0x3>; 206 - device_type = "ethernet-phy"; 207 205 }; 208 206 }; 209 207
-2
arch/powerpc/boot/dts/mpc8308_p1m.dts
··· 189 189 interrupt-parent = <&ipic>; 190 190 interrupts = <17 0x8>; 191 191 reg = <0x1>; 192 - device_type = "ethernet-phy"; 193 192 }; 194 193 phy2: ethernet-phy@2 { 195 194 interrupt-parent = <&ipic>; 196 195 interrupts = <19 0x8>; 197 196 reg = <0x2>; 198 - device_type = "ethernet-phy"; 199 197 }; 200 198 tbi0: tbi-phy@11 { 201 199 reg = <0x11>;
-1
arch/powerpc/boot/dts/mpc8308rdb.dts
··· 166 166 interrupt-parent = <&ipic>; 167 167 interrupts = <17 0x8>; 168 168 reg = <0x2>; 169 - device_type = "ethernet-phy"; 170 169 }; 171 170 tbi0: tbi-phy@11 { 172 171 reg = <0x11>;
-1
arch/powerpc/boot/dts/mpc8313erdb.dts
··· 217 217 interrupt-parent = <&ipic>; 218 218 interrupts = <20 0x8>; 219 219 reg = <0x4>; 220 - device_type = "ethernet-phy"; 221 220 }; 222 221 tbi0: tbi-phy@11 { 223 222 reg = <0x11>;
-2
arch/powerpc/boot/dts/mpc8315erdb.dts
··· 216 216 interrupt-parent = <&ipic>; 217 217 interrupts = <20 0x8>; 218 218 reg = <0x0>; 219 - device_type = "ethernet-phy"; 220 219 }; 221 220 222 221 phy1: ethernet-phy@1 { 223 222 interrupt-parent = <&ipic>; 224 223 interrupts = <19 0x8>; 225 224 reg = <0x1>; 226 - device_type = "ethernet-phy"; 227 225 }; 228 226 229 227 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc832x_mds.dts
··· 356 356 interrupt-parent = <&ipic>; 357 357 interrupts = <17 0x8>; 358 358 reg = <0x3>; 359 - device_type = "ethernet-phy"; 360 359 }; 361 360 phy4: ethernet-phy@04 { 362 361 interrupt-parent = <&ipic>; 363 362 interrupts = <18 0x8>; 364 363 reg = <0x4>; 365 - device_type = "ethernet-phy"; 366 364 }; 367 365 }; 368 366
-2
arch/powerpc/boot/dts/mpc832x_rdb.dts
··· 314 314 interrupt-parent = <&ipic>; 315 315 interrupts = <0>; 316 316 reg = <0x0>; 317 - device_type = "ethernet-phy"; 318 317 }; 319 318 phy04:ethernet-phy@04 { 320 319 interrupt-parent = <&ipic>; 321 320 interrupts = <0>; 322 321 reg = <0x4>; 323 - device_type = "ethernet-phy"; 324 322 }; 325 323 }; 326 324
-1
arch/powerpc/boot/dts/mpc8349emitx.dts
··· 240 240 interrupt-parent = <&ipic>; 241 241 interrupts = <18 0x8>; 242 242 reg = <0x1c>; 243 - device_type = "ethernet-phy"; 244 243 }; 245 244 246 245 tbi0: tbi-phy@11 {
-1
arch/powerpc/boot/dts/mpc8349emitxgp.dts
··· 176 176 interrupt-parent = <&ipic>; 177 177 interrupts = <18 0x8>; 178 178 reg = <0x1c>; 179 - device_type = "ethernet-phy"; 180 179 }; 181 180 182 181 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc834x_mds.dts
··· 193 193 interrupt-parent = <&ipic>; 194 194 interrupts = <17 0x8>; 195 195 reg = <0x0>; 196 - device_type = "ethernet-phy"; 197 196 }; 198 197 199 198 phy1: ethernet-phy@1 { 200 199 interrupt-parent = <&ipic>; 201 200 interrupts = <18 0x8>; 202 201 reg = <0x1>; 203 - device_type = "ethernet-phy"; 204 202 }; 205 203 206 204 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc836x_mds.dts
··· 397 397 interrupt-parent = <&ipic>; 398 398 interrupts = <17 0x8>; 399 399 reg = <0x0>; 400 - device_type = "ethernet-phy"; 401 400 }; 402 401 phy1: ethernet-phy@01 { 403 402 interrupt-parent = <&ipic>; 404 403 interrupts = <18 0x8>; 405 404 reg = <0x1>; 406 - device_type = "ethernet-phy"; 407 405 }; 408 406 tbi-phy@2 { 409 407 device_type = "tbi-phy";
-4
arch/powerpc/boot/dts/mpc836x_rdk.dts
··· 332 332 reg = <0x2120 0x18>; 333 333 334 334 phy1: ethernet-phy@1 { 335 - device_type = "ethernet-phy"; 336 335 compatible = "national,DP83848VV"; 337 336 reg = <1>; 338 337 }; 339 338 340 339 phy2: ethernet-phy@2 { 341 - device_type = "ethernet-phy"; 342 340 compatible = "broadcom,BCM5481UA2KMLG"; 343 341 reg = <2>; 344 342 }; 345 343 346 344 phy3: ethernet-phy@3 { 347 - device_type = "ethernet-phy"; 348 345 compatible = "national,DP83848VV"; 349 346 reg = <3>; 350 347 }; 351 348 352 349 phy4: ethernet-phy@4 { 353 - device_type = "ethernet-phy"; 354 350 compatible = "broadcom,BCM5481UA2KMLG"; 355 351 reg = <4>; 356 352 };
-2
arch/powerpc/boot/dts/mpc8377_mds.dts
··· 225 225 interrupt-parent = <&ipic>; 226 226 interrupts = <17 0x8>; 227 227 reg = <0x2>; 228 - device_type = "ethernet-phy"; 229 228 }; 230 229 231 230 phy3: ethernet-phy@3 { 232 231 interrupt-parent = <&ipic>; 233 232 interrupts = <18 0x8>; 234 233 reg = <0x3>; 235 - device_type = "ethernet-phy"; 236 234 }; 237 235 238 236 tbi0: tbi-phy@11 {
-1
arch/powerpc/boot/dts/mpc8377_rdb.dts
··· 277 277 interrupt-parent = <&ipic>; 278 278 interrupts = <17 0x8>; 279 279 reg = <0x2>; 280 - device_type = "ethernet-phy"; 281 280 }; 282 281 283 282 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc8377_wlan.dts
··· 253 253 interrupt-parent = <&ipic>; 254 254 interrupts = <17 0x8>; 255 255 reg = <0x2>; 256 - device_type = "ethernet-phy"; 257 256 }; 258 257 259 258 phy3: ethernet-phy@3 { 260 259 interrupt-parent = <&ipic>; 261 260 interrupts = <18 0x8>; 262 261 reg = <0x3>; 263 - device_type = "ethernet-phy"; 264 262 }; 265 263 266 264 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc8378_mds.dts
··· 264 264 interrupt-parent = <&ipic>; 265 265 interrupts = <17 0x8>; 266 266 reg = <0x2>; 267 - device_type = "ethernet-phy"; 268 267 }; 269 268 270 269 phy3: ethernet-phy@3 { 271 270 interrupt-parent = <&ipic>; 272 271 interrupts = <18 0x8>; 273 272 reg = <0x3>; 274 - device_type = "ethernet-phy"; 275 273 }; 276 274 277 275 tbi0: tbi-phy@11 {
-1
arch/powerpc/boot/dts/mpc8378_rdb.dts
··· 277 277 interrupt-parent = <&ipic>; 278 278 interrupts = <17 0x8>; 279 279 reg = <0x2>; 280 - device_type = "ethernet-phy"; 281 280 }; 282 281 283 282 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc8379_mds.dts
··· 262 262 interrupt-parent = <&ipic>; 263 263 interrupts = <17 0x8>; 264 264 reg = <0x2>; 265 - device_type = "ethernet-phy"; 266 265 }; 267 266 268 267 phy3: ethernet-phy@3 { 269 268 interrupt-parent = <&ipic>; 270 269 interrupts = <18 0x8>; 271 270 reg = <0x3>; 272 - device_type = "ethernet-phy"; 273 271 }; 274 272 275 273 tbi0: tbi-phy@11 {
-1
arch/powerpc/boot/dts/mpc8379_rdb.dts
··· 275 275 interrupt-parent = <&ipic>; 276 276 interrupts = <17 0x8>; 277 277 reg = <0x2>; 278 - device_type = "ethernet-phy"; 279 278 }; 280 279 281 280 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/mpc8536ds.dtsi
··· 200 200 phy0: ethernet-phy@0 { 201 201 interrupts = <10 0x1 0 0>; 202 202 reg = <0>; 203 - device_type = "ethernet-phy"; 204 203 }; 205 204 phy1: ethernet-phy@1 { 206 205 interrupts = <10 0x1 0 0>; 207 206 reg = <1>; 208 - device_type = "ethernet-phy"; 209 207 }; 210 208 sgmii_phy0: sgmii-phy@0 { 211 209 interrupts = <6 1 0 0>;
-3
arch/powerpc/boot/dts/mpc8540ads.dts
··· 165 165 interrupt-parent = <&mpic>; 166 166 interrupts = <5 1>; 167 167 reg = <0x0>; 168 - device_type = "ethernet-phy"; 169 168 }; 170 169 phy1: ethernet-phy@1 { 171 170 interrupt-parent = <&mpic>; 172 171 interrupts = <5 1>; 173 172 reg = <0x1>; 174 - device_type = "ethernet-phy"; 175 173 }; 176 174 phy3: ethernet-phy@3 { 177 175 interrupt-parent = <&mpic>; 178 176 interrupts = <7 1>; 179 177 reg = <0x3>; 180 - device_type = "ethernet-phy"; 181 178 }; 182 179 tbi0: tbi-phy@11 { 183 180 reg = <0x11>;
-2
arch/powerpc/boot/dts/mpc8541cds.dts
··· 165 165 interrupt-parent = <&mpic>; 166 166 interrupts = <5 1>; 167 167 reg = <0x0>; 168 - device_type = "ethernet-phy"; 169 168 }; 170 169 phy1: ethernet-phy@1 { 171 170 interrupt-parent = <&mpic>; 172 171 interrupts = <5 1>; 173 172 reg = <0x1>; 174 - device_type = "ethernet-phy"; 175 173 }; 176 174 tbi0: tbi-phy@11 { 177 175 reg = <0x11>;
-2
arch/powerpc/boot/dts/mpc8544ds.dtsi
··· 82 82 phy0: ethernet-phy@0 { 83 83 interrupts = <10 1 0 0>; 84 84 reg = <0x0>; 85 - device_type = "ethernet-phy"; 86 85 }; 87 86 phy1: ethernet-phy@1 { 88 87 interrupts = <10 1 0 0>; 89 88 reg = <0x1>; 90 - device_type = "ethernet-phy"; 91 89 }; 92 90 93 91 sgmii_phy0: sgmii-phy@0 {
-4
arch/powerpc/boot/dts/mpc8548cds.dtsi
··· 109 109 phy0: ethernet-phy@0 { 110 110 interrupts = <5 1 0 0>; 111 111 reg = <0x0>; 112 - device_type = "ethernet-phy"; 113 112 }; 114 113 phy1: ethernet-phy@1 { 115 114 interrupts = <5 1 0 0>; 116 115 reg = <0x1>; 117 - device_type = "ethernet-phy"; 118 116 }; 119 117 phy2: ethernet-phy@2 { 120 118 interrupts = <5 1 0 0>; 121 119 reg = <0x2>; 122 - device_type = "ethernet-phy"; 123 120 }; 124 121 phy3: ethernet-phy@3 { 125 122 interrupts = <5 1 0 0>; 126 123 reg = <0x3>; 127 - device_type = "ethernet-phy"; 128 124 }; 129 125 tbi0: tbi-phy@11 { 130 126 reg = <0x11>;
-2
arch/powerpc/boot/dts/mpc8555cds.dts
··· 165 165 interrupt-parent = <&mpic>; 166 166 interrupts = <5 1>; 167 167 reg = <0x0>; 168 - device_type = "ethernet-phy"; 169 168 }; 170 169 phy1: ethernet-phy@1 { 171 170 interrupt-parent = <&mpic>; 172 171 interrupts = <5 1>; 173 172 reg = <0x1>; 174 - device_type = "ethernet-phy"; 175 173 }; 176 174 tbi0: tbi-phy@11 { 177 175 reg = <0x11>;
-4
arch/powerpc/boot/dts/mpc8560ads.dts
··· 154 154 interrupt-parent = <&mpic>; 155 155 interrupts = <5 1>; 156 156 reg = <0x0>; 157 - device_type = "ethernet-phy"; 158 157 }; 159 158 phy1: ethernet-phy@1 { 160 159 interrupt-parent = <&mpic>; 161 160 interrupts = <5 1>; 162 161 reg = <0x1>; 163 - device_type = "ethernet-phy"; 164 162 }; 165 163 phy2: ethernet-phy@2 { 166 164 interrupt-parent = <&mpic>; 167 165 interrupts = <7 1>; 168 166 reg = <0x2>; 169 - device_type = "ethernet-phy"; 170 167 }; 171 168 phy3: ethernet-phy@3 { 172 169 interrupt-parent = <&mpic>; 173 170 interrupts = <7 1>; 174 171 reg = <0x3>; 175 - device_type = "ethernet-phy"; 176 172 }; 177 173 tbi0: tbi-phy@11 { 178 174 reg = <0x11>;
-8
arch/powerpc/boot/dts/mpc8568mds.dts
··· 91 91 phy0: ethernet-phy@7 { 92 92 interrupts = <1 1 0 0>; 93 93 reg = <0x7>; 94 - device_type = "ethernet-phy"; 95 94 }; 96 95 phy1: ethernet-phy@1 { 97 96 interrupts = <2 1 0 0>; 98 97 reg = <0x1>; 99 - device_type = "ethernet-phy"; 100 98 }; 101 99 phy2: ethernet-phy@2 { 102 100 interrupts = <1 1 0 0>; 103 101 reg = <0x2>; 104 - device_type = "ethernet-phy"; 105 102 }; 106 103 phy3: ethernet-phy@3 { 107 104 interrupts = <2 1 0 0>; 108 105 reg = <0x3>; 109 - device_type = "ethernet-phy"; 110 106 }; 111 107 tbi0: tbi-phy@11 { 112 108 reg = <0x11>; ··· 232 236 interrupt-parent = <&mpic>; 233 237 interrupts = <1 1 0 0>; 234 238 reg = <0x7>; 235 - device_type = "ethernet-phy"; 236 239 }; 237 240 qe_phy1: ethernet-phy@01 { 238 241 interrupt-parent = <&mpic>; 239 242 interrupts = <2 1 0 0>; 240 243 reg = <0x1>; 241 - device_type = "ethernet-phy"; 242 244 }; 243 245 qe_phy2: ethernet-phy@02 { 244 246 interrupt-parent = <&mpic>; 245 247 interrupts = <1 1 0 0>; 246 248 reg = <0x2>; 247 - device_type = "ethernet-phy"; 248 249 }; 249 250 qe_phy3: ethernet-phy@03 { 250 251 interrupt-parent = <&mpic>; 251 252 interrupts = <2 1 0 0>; 252 253 reg = <0x3>; 253 - device_type = "ethernet-phy"; 254 254 }; 255 255 }; 256 256 };
-6
arch/powerpc/boot/dts/mpc8569mds.dts
··· 276 276 interrupt-parent = <&mpic>; 277 277 interrupts = <1 1 0 0>; 278 278 reg = <0x7>; 279 - device_type = "ethernet-phy"; 280 279 }; 281 280 qe_phy1: ethernet-phy@01 { 282 281 interrupt-parent = <&mpic>; 283 282 interrupts = <2 1 0 0>; 284 283 reg = <0x1>; 285 - device_type = "ethernet-phy"; 286 284 }; 287 285 qe_phy2: ethernet-phy@02 { 288 286 interrupt-parent = <&mpic>; 289 287 interrupts = <3 1 0 0>; 290 288 reg = <0x2>; 291 - device_type = "ethernet-phy"; 292 289 }; 293 290 qe_phy3: ethernet-phy@03 { 294 291 interrupt-parent = <&mpic>; 295 292 interrupts = <4 1 0 0>; 296 293 reg = <0x3>; 297 - device_type = "ethernet-phy"; 298 294 }; 299 295 qe_phy5: ethernet-phy@04 { 300 296 reg = <0x04>; 301 - device_type = "ethernet-phy"; 302 297 }; 303 298 qe_phy7: ethernet-phy@06 { 304 299 reg = <0x6>; 305 - device_type = "ethernet-phy"; 306 300 }; 307 301 tbi1: tbi-phy@11 { 308 302 reg = <0x11>;
-4
arch/powerpc/boot/dts/mpc8641_hpcn.dts
··· 211 211 interrupt-parent = <&mpic>; 212 212 interrupts = <10 1>; 213 213 reg = <0>; 214 - device_type = "ethernet-phy"; 215 214 }; 216 215 phy1: ethernet-phy@1 { 217 216 interrupt-parent = <&mpic>; 218 217 interrupts = <10 1>; 219 218 reg = <1>; 220 - device_type = "ethernet-phy"; 221 219 }; 222 220 phy2: ethernet-phy@2 { 223 221 interrupt-parent = <&mpic>; 224 222 interrupts = <10 1>; 225 223 reg = <2>; 226 - device_type = "ethernet-phy"; 227 224 }; 228 225 phy3: ethernet-phy@3 { 229 226 interrupt-parent = <&mpic>; 230 227 interrupts = <10 1>; 231 228 reg = <3>; 232 - device_type = "ethernet-phy"; 233 229 }; 234 230 tbi0: tbi-phy@11 { 235 231 reg = <0x11>;
-4
arch/powerpc/boot/dts/mpc8641_hpcn_36b.dts
··· 211 211 interrupt-parent = <&mpic>; 212 212 interrupts = <10 1>; 213 213 reg = <0>; 214 - device_type = "ethernet-phy"; 215 214 }; 216 215 phy1: ethernet-phy@1 { 217 216 interrupt-parent = <&mpic>; 218 217 interrupts = <10 1>; 219 218 reg = <1>; 220 - device_type = "ethernet-phy"; 221 219 }; 222 220 phy2: ethernet-phy@2 { 223 221 interrupt-parent = <&mpic>; 224 222 interrupts = <10 1>; 225 223 reg = <2>; 226 - device_type = "ethernet-phy"; 227 224 }; 228 225 phy3: ethernet-phy@3 { 229 226 interrupt-parent = <&mpic>; 230 227 interrupts = <10 1>; 231 228 reg = <3>; 232 - device_type = "ethernet-phy"; 233 229 }; 234 230 tbi0: tbi-phy@11 { 235 231 reg = <0x11>;
-1
arch/powerpc/boot/dts/mpc866ads.dts
··· 74 74 #size-cells = <0>; 75 75 PHY: ethernet-phy@f { 76 76 reg = <0xf>; 77 - device_type = "ethernet-phy"; 78 77 }; 79 78 }; 80 79
-3
arch/powerpc/boot/dts/mpc885ads.dts
··· 86 86 87 87 PHY0: ethernet-phy@0 { 88 88 reg = <0x0>; 89 - device_type = "ethernet-phy"; 90 89 }; 91 90 92 91 PHY1: ethernet-phy@1 { 93 92 reg = <0x1>; 94 - device_type = "ethernet-phy"; 95 93 }; 96 94 97 95 PHY2: ethernet-phy@2 { 98 96 reg = <0x2>; 99 - device_type = "ethernet-phy"; 100 97 }; 101 98 }; 102 99
-2
arch/powerpc/boot/dts/p1021mds.dts
··· 295 295 interrupt-parent = <&mpic>; 296 296 interrupts = <4 1 0 0>; 297 297 reg = <0x0>; 298 - device_type = "ethernet-phy"; 299 298 }; 300 299 qe_phy1: ethernet-phy@03 { 301 300 interrupt-parent = <&mpic>; 302 301 interrupts = <5 1 0 0>; 303 302 reg = <0x3>; 304 - device_type = "ethernet-phy"; 305 303 }; 306 304 tbi-phy@11 { 307 305 reg = <0x11>;
-2
arch/powerpc/boot/dts/p1025rdb_32b.dts
··· 105 105 interrupt-parent = <&mpic>; 106 106 interrupts = <4 1 0 0>; 107 107 reg = <0x6>; 108 - device_type = "ethernet-phy"; 109 108 }; 110 109 qe_phy1: ethernet-phy@03 { 111 110 interrupt-parent = <&mpic>; 112 111 interrupts = <5 1 0 0>; 113 112 reg = <0x3>; 114 - device_type = "ethernet-phy"; 115 113 }; 116 114 tbi-phy@11 { 117 115 reg = <0x11>;
-2
arch/powerpc/boot/dts/ppa8548.dts
··· 110 110 phy0: ethernet-phy@0 { 111 111 interrupts = <7 1 0 0>; 112 112 reg = <0x0>; 113 - device_type = "ethernet-phy"; 114 113 }; 115 114 phy1: ethernet-phy@1 { 116 115 interrupts = <8 1 0 0>; 117 116 reg = <0x1>; 118 - device_type = "ethernet-phy"; 119 117 }; 120 118 tbi0: tbi-phy@11 { 121 119 reg = <0x11>;
-2
arch/powerpc/boot/dts/pq2fads.dts
··· 212 212 interrupt-parent = <&PIC>; 213 213 interrupts = <25 2>; 214 214 reg = <0x0>; 215 - device_type = "ethernet-phy"; 216 215 }; 217 216 218 217 PHY1: ethernet-phy@1 { 219 218 interrupt-parent = <&PIC>; 220 219 interrupts = <25 2>; 221 220 reg = <0x3>; 222 - device_type = "ethernet-phy"; 223 221 }; 224 222 }; 225 223
-2
arch/powerpc/boot/dts/prpmc2800.dts
··· 76 76 device_type = "mdio"; 77 77 compatible = "marvell,mv64360-mdio"; 78 78 PHY0: ethernet-phy@1 { 79 - device_type = "ethernet-phy"; 80 79 compatible = "broadcom,bcm5421"; 81 80 interrupts = <76>; /* GPP 12 */ 82 81 interrupt-parent = <&PIC>; 83 82 reg = <1>; 84 83 }; 85 84 PHY1: ethernet-phy@3 { 86 - device_type = "ethernet-phy"; 87 85 compatible = "broadcom,bcm5421"; 88 86 interrupts = <76>; /* GPP 12 */ 89 87 interrupt-parent = <&PIC>;
-2
arch/powerpc/boot/dts/sbc8349.dts
··· 173 173 interrupt-parent = <&ipic>; 174 174 interrupts = <20 0x8>; 175 175 reg = <0x19>; 176 - device_type = "ethernet-phy"; 177 176 }; 178 177 179 178 phy1: ethernet-phy@1a { 180 179 interrupt-parent = <&ipic>; 181 180 interrupts = <21 0x8>; 182 181 reg = <0x1a>; 183 - device_type = "ethernet-phy"; 184 182 }; 185 183 186 184 tbi0: tbi-phy@11 {
-2
arch/powerpc/boot/dts/sbc8548-post.dtsi
··· 137 137 interrupt-parent = <&mpic>; 138 138 interrupts = <0x6 0x1>; 139 139 reg = <0x19>; 140 - device_type = "ethernet-phy"; 141 140 }; 142 141 phy1: ethernet-phy@1a { 143 142 interrupt-parent = <&mpic>; 144 143 interrupts = <0x7 0x1>; 145 144 reg = <0x1a>; 146 - device_type = "ethernet-phy"; 147 145 }; 148 146 tbi0: tbi-phy@11 { 149 147 reg = <0x11>;
-4
arch/powerpc/boot/dts/sbc8641d.dts
··· 230 230 interrupt-parent = <&mpic>; 231 231 interrupts = <10 1>; 232 232 reg = <0x1f>; 233 - device_type = "ethernet-phy"; 234 233 }; 235 234 phy1: ethernet-phy@0 { 236 235 interrupt-parent = <&mpic>; 237 236 interrupts = <10 1>; 238 237 reg = <0>; 239 - device_type = "ethernet-phy"; 240 238 }; 241 239 phy2: ethernet-phy@1 { 242 240 interrupt-parent = <&mpic>; 243 241 interrupts = <10 1>; 244 242 reg = <1>; 245 - device_type = "ethernet-phy"; 246 243 }; 247 244 phy3: ethernet-phy@2 { 248 245 interrupt-parent = <&mpic>; 249 246 interrupts = <10 1>; 250 247 reg = <2>; 251 - device_type = "ethernet-phy"; 252 248 }; 253 249 tbi0: tbi-phy@11 { 254 250 reg = <0x11>;
-2
arch/powerpc/boot/dts/stx_gp3_8560.dts
··· 161 161 interrupt-parent = <&mpic>; 162 162 interrupts = <5 4>; 163 163 reg = <2>; 164 - device_type = "ethernet-phy"; 165 164 }; 166 165 phy4: ethernet-phy@4 { 167 166 interrupt-parent = <&mpic>; 168 167 interrupts = <5 4>; 169 168 reg = <4>; 170 - device_type = "ethernet-phy"; 171 169 }; 172 170 tbi0: tbi-phy@11 { 173 171 reg = <0x11>;
-2
arch/powerpc/boot/dts/stxssa8555.dts
··· 164 164 interrupt-parent = <&mpic>; 165 165 interrupts = <5 1>; 166 166 reg = <0x2>; 167 - device_type = "ethernet-phy"; 168 167 }; 169 168 phy1: ethernet-phy@4 { 170 169 interrupt-parent = <&mpic>; 171 170 interrupts = <5 1>; 172 171 reg = <0x4>; 173 - device_type = "ethernet-phy"; 174 172 }; 175 173 tbi0: tbi-phy@11 { 176 174 reg = <0x11>;
-3
arch/powerpc/boot/dts/tqm8540.dts
··· 172 172 interrupt-parent = <&mpic>; 173 173 interrupts = <8 1>; 174 174 reg = <1>; 175 - device_type = "ethernet-phy"; 176 175 }; 177 176 phy2: ethernet-phy@2 { 178 177 interrupt-parent = <&mpic>; 179 178 interrupts = <8 1>; 180 179 reg = <2>; 181 - device_type = "ethernet-phy"; 182 180 }; 183 181 phy3: ethernet-phy@3 { 184 182 interrupt-parent = <&mpic>; 185 183 interrupts = <8 1>; 186 184 reg = <3>; 187 - device_type = "ethernet-phy"; 188 185 }; 189 186 tbi0: tbi-phy@11 { 190 187 reg = <0x11>;
-3
arch/powerpc/boot/dts/tqm8541.dts
··· 172 172 interrupt-parent = <&mpic>; 173 173 interrupts = <8 1>; 174 174 reg = <1>; 175 - device_type = "ethernet-phy"; 176 175 }; 177 176 phy2: ethernet-phy@2 { 178 177 interrupt-parent = <&mpic>; 179 178 interrupts = <8 1>; 180 179 reg = <2>; 181 - device_type = "ethernet-phy"; 182 180 }; 183 181 phy3: ethernet-phy@3 { 184 182 interrupt-parent = <&mpic>; 185 183 interrupts = <8 1>; 186 184 reg = <3>; 187 - device_type = "ethernet-phy"; 188 185 }; 189 186 tbi0: tbi-phy@11 { 190 187 reg = <0x11>;
-5
arch/powerpc/boot/dts/tqm8548-bigflash.dts
··· 185 185 interrupt-parent = <&mpic>; 186 186 interrupts = <8 1>; 187 187 reg = <1>; 188 - device_type = "ethernet-phy"; 189 188 }; 190 189 phy2: ethernet-phy@1 { 191 190 interrupt-parent = <&mpic>; 192 191 interrupts = <8 1>; 193 192 reg = <2>; 194 - device_type = "ethernet-phy"; 195 193 }; 196 194 phy3: ethernet-phy@3 { 197 195 interrupt-parent = <&mpic>; 198 196 interrupts = <8 1>; 199 197 reg = <3>; 200 - device_type = "ethernet-phy"; 201 198 }; 202 199 phy4: ethernet-phy@4 { 203 200 interrupt-parent = <&mpic>; 204 201 interrupts = <8 1>; 205 202 reg = <4>; 206 - device_type = "ethernet-phy"; 207 203 }; 208 204 phy5: ethernet-phy@5 { 209 205 interrupt-parent = <&mpic>; 210 206 interrupts = <8 1>; 211 207 reg = <5>; 212 - device_type = "ethernet-phy"; 213 208 }; 214 209 tbi0: tbi-phy@11 { 215 210 reg = <0x11>;
-5
arch/powerpc/boot/dts/tqm8548.dts
··· 185 185 interrupt-parent = <&mpic>; 186 186 interrupts = <8 1>; 187 187 reg = <1>; 188 - device_type = "ethernet-phy"; 189 188 }; 190 189 phy2: ethernet-phy@1 { 191 190 interrupt-parent = <&mpic>; 192 191 interrupts = <8 1>; 193 192 reg = <2>; 194 - device_type = "ethernet-phy"; 195 193 }; 196 194 phy3: ethernet-phy@3 { 197 195 interrupt-parent = <&mpic>; 198 196 interrupts = <8 1>; 199 197 reg = <3>; 200 - device_type = "ethernet-phy"; 201 198 }; 202 199 phy4: ethernet-phy@4 { 203 200 interrupt-parent = <&mpic>; 204 201 interrupts = <8 1>; 205 202 reg = <4>; 206 - device_type = "ethernet-phy"; 207 203 }; 208 204 phy5: ethernet-phy@5 { 209 205 interrupt-parent = <&mpic>; 210 206 interrupts = <8 1>; 211 207 reg = <5>; 212 - device_type = "ethernet-phy"; 213 208 }; 214 209 tbi0: tbi-phy@11 { 215 210 reg = <0x11>;
-3
arch/powerpc/boot/dts/tqm8555.dts
··· 172 172 interrupt-parent = <&mpic>; 173 173 interrupts = <8 1>; 174 174 reg = <1>; 175 - device_type = "ethernet-phy"; 176 175 }; 177 176 phy2: ethernet-phy@2 { 178 177 interrupt-parent = <&mpic>; 179 178 interrupts = <8 1>; 180 179 reg = <2>; 181 - device_type = "ethernet-phy"; 182 180 }; 183 181 phy3: ethernet-phy@3 { 184 182 interrupt-parent = <&mpic>; 185 183 interrupts = <8 1>; 186 184 reg = <3>; 187 - device_type = "ethernet-phy"; 188 185 }; 189 186 tbi0: tbi-phy@11 { 190 187 reg = <0x11>;
-3
arch/powerpc/boot/dts/tqm8560.dts
··· 174 174 interrupt-parent = <&mpic>; 175 175 interrupts = <8 1>; 176 176 reg = <1>; 177 - device_type = "ethernet-phy"; 178 177 }; 179 178 phy2: ethernet-phy@2 { 180 179 interrupt-parent = <&mpic>; 181 180 interrupts = <8 1>; 182 181 reg = <2>; 183 - device_type = "ethernet-phy"; 184 182 }; 185 183 phy3: ethernet-phy@3 { 186 184 interrupt-parent = <&mpic>; 187 185 interrupts = <8 1>; 188 186 reg = <3>; 189 - device_type = "ethernet-phy"; 190 187 }; 191 188 tbi0: tbi-phy@11 { 192 189 reg = <0x11>;
-1
arch/powerpc/boot/dts/tqm8xx.dts
··· 107 107 #size-cells = <0>; 108 108 PHY: ethernet-phy@f { 109 109 reg = <0xf>; 110 - device_type = "ethernet-phy"; 111 110 }; 112 111 }; 113 112