mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
ARM: dts: exynos: fix ethernet node name for different odroid boards
The node name of Ethernet controller should be "ethernet" instead of "usbether" as required by Ethernet controller devicetree schema: Documentation/devicetree/bindings/net/ethernet-controller.yaml This patch can potentially affect boot loaders patching against full node path instead of using device aliases. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Link: https://lore.kernel.org/r/20220216074927.3619425-6-o.rempel@pengutronix.de Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
3123109284
commit
c1ed0f4103
|
|
@ -119,7 +119,7 @@ &ehci {
|
|||
phys = <&exynos_usbphy 2>, <&exynos_usbphy 3>;
|
||||
phy-names = "hsic0", "hsic1";
|
||||
|
||||
ethernet: usbether@2 {
|
||||
ethernet: ethernet@2 {
|
||||
compatible = "usb0424,9730";
|
||||
reg = <2>;
|
||||
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ hub@1 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ethernet: usbether@1 {
|
||||
ethernet: ethernet@1 {
|
||||
compatible = "usb0424,ec00";
|
||||
reg = <1>;
|
||||
/* Filled in by a bootloader */
|
||||
|
|
|
|||
|
|
@ -655,7 +655,7 @@ &usbhost2 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ethernet: usbether@2 {
|
||||
ethernet: ethernet@2 {
|
||||
compatible = "usb0424,9730";
|
||||
reg = <2>;
|
||||
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ hub@1 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ethernet: usbether@1 {
|
||||
ethernet: ethernet@1 {
|
||||
compatible = "usb0424,ec00";
|
||||
reg = <1>;
|
||||
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ hub@1 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ethernet: usbether@1 {
|
||||
ethernet: ethernet@1 {
|
||||
compatible = "usb0424,ec00";
|
||||
reg = <1>;
|
||||
local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user