diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2020-07-30 13:13:46 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 15:06:10 +0300 |
commit | e42fb04e9834ea97dd84649050669603c9468a17 (patch) | |
tree | 4d31d8f47166aa471035f21a21fafb0c0fdd7047 /arch/arm/boot/dts/imx6dl-yapp4-ursa.dts | |
parent | fc8004dffcfd47a1206460b54de91528c803bd64 (diff) | |
download | linux-e42fb04e9834ea97dd84649050669603c9468a17.tar.xz |
ARM: dts: imx6dl-yapp4: Add ethernet aliases
Add aliases for ethernet switch ports to allow bootloader to fix
MAC addresses to the ones stored in onboard configuration EEPROM.
Ursa has only one ethernet port populated (eth2) so alias for
the first port has to be removed on this board.
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-yapp4-ursa.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-ursa.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts b/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts index a1173bf5bff5..f6ae24efd4aa 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts +++ b/arch/arm/boot/dts/imx6dl-yapp4-ursa.dts @@ -17,6 +17,10 @@ }; }; +&aliases { + /delete-property/ ethernet1; +}; + &backlight { status = "okay"; }; |