Commit d043f805 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Andrew Jeffery

ARM: dts: aspeed: yosemite4: correct Mellanox multi-host property

"mlx,multi-host" is using incorrect vendor prefix and is not documented.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240405064624.18997-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
parent 1a37b635
...@@ -88,7 +88,7 @@ &mac2 { ...@@ -88,7 +88,7 @@ &mac2 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rmii3_default>; pinctrl-0 = <&pinctrl_rmii3_default>;
use-ncsi; use-ncsi;
mlx,multi-host; mellanox,multi-host;
}; };
&mac3 { &mac3 {
...@@ -96,7 +96,7 @@ &mac3 { ...@@ -96,7 +96,7 @@ &mac3 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rmii4_default>; pinctrl-0 = <&pinctrl_rmii4_default>;
use-ncsi; use-ncsi;
mlx,multi-host; mellanox,multi-host;
}; };
&fmc { &fmc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment