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

dt-bindings: net: mdio-mux-gpio: Drop undocumented "marvell,reg-init"

"marvell,reg-init" is not yet documented by schema. It's irrelevant to
the example, so just drop it.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20241113225713.1784118-2-robh@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Rob Herring (Arm) and committed by
Jakub Kicinski
ac0928d5 4c54e949

-32
-32
Documentation/devicetree/bindings/net/mdio-mux-gpio.yaml
··· 53 53 54 54 ethernet-phy@1 { 55 55 reg = <1>; 56 - marvell,reg-init = <3 0x10 0 0x5777>, 57 - <3 0x11 0 0x00aa>, 58 - <3 0x12 0 0x4105>, 59 - <3 0x13 0 0x0a60>; 60 56 interrupt-parent = <&gpio>; 61 57 interrupts = <10 8>; /* Pin 10, active low */ 62 58 }; 63 59 ethernet-phy@2 { 64 60 reg = <2>; 65 - marvell,reg-init = <3 0x10 0 0x5777>, 66 - <3 0x11 0 0x00aa>, 67 - <3 0x12 0 0x4105>, 68 - <3 0x13 0 0x0a60>; 69 61 interrupt-parent = <&gpio>; 70 62 interrupts = <10 8>; /* Pin 10, active low */ 71 63 }; 72 64 ethernet-phy@3 { 73 65 reg = <3>; 74 - marvell,reg-init = <3 0x10 0 0x5777>, 75 - <3 0x11 0 0x00aa>, 76 - <3 0x12 0 0x4105>, 77 - <3 0x13 0 0x0a60>; 78 66 interrupt-parent = <&gpio>; 79 67 interrupts = <10 8>; /* Pin 10, active low */ 80 68 }; 81 69 ethernet-phy@4 { 82 70 reg = <4>; 83 - marvell,reg-init = <3 0x10 0 0x5777>, 84 - <3 0x11 0 0x00aa>, 85 - <3 0x12 0 0x4105>, 86 - <3 0x13 0 0x0a60>; 87 71 interrupt-parent = <&gpio>; 88 72 interrupts = <10 8>; /* Pin 10, active low */ 89 73 }; ··· 80 96 81 97 ethernet-phy@1 { 82 98 reg = <1>; 83 - marvell,reg-init = <3 0x10 0 0x5777>, 84 - <3 0x11 0 0x00aa>, 85 - <3 0x12 0 0x4105>, 86 - <3 0x13 0 0x0a60>; 87 99 interrupt-parent = <&gpio>; 88 100 interrupts = <12 8>; /* Pin 12, active low */ 89 101 }; 90 102 ethernet-phy@2 { 91 103 reg = <2>; 92 - marvell,reg-init = <3 0x10 0 0x5777>, 93 - <3 0x11 0 0x00aa>, 94 - <3 0x12 0 0x4105>, 95 - <3 0x13 0 0x0a60>; 96 104 interrupt-parent = <&gpio>; 97 105 interrupts = <12 8>; /* Pin 12, active low */ 98 106 }; 99 107 ethernet-phy@3 { 100 108 reg = <3>; 101 - marvell,reg-init = <3 0x10 0 0x5777>, 102 - <3 0x11 0 0x00aa>, 103 - <3 0x12 0 0x4105>, 104 - <3 0x13 0 0x0a60>; 105 109 interrupt-parent = <&gpio>; 106 110 interrupts = <12 8>; /* Pin 12, active low */ 107 111 }; 108 112 ethernet-phy@4 { 109 113 reg = <4>; 110 - marvell,reg-init = <3 0x10 0 0x5777>, 111 - <3 0x11 0 0x00aa>, 112 - <3 0x12 0 0x4105>, 113 - <3 0x13 0 0x0a60>; 114 114 interrupt-parent = <&gpio>; 115 115 interrupts = <12 8>; /* Pin 12, active low */ 116 116 };