mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
ARM: dts: aspeed: yosemite4: correct Mellanox multi-host property
"mlx,multi-host" is using incorrect vendor prefix and is not documented. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240405064624.18997-2-krzysztof.kozlowski@linaro.org Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
1a37b63562
commit
d043f805c6
|
|
@ -88,7 +88,7 @@ &mac2 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_rmii3_default>;
|
||||
use-ncsi;
|
||||
mlx,multi-host;
|
||||
mellanox,multi-host;
|
||||
};
|
||||
|
||||
&mac3 {
|
||||
|
|
@ -96,7 +96,7 @@ &mac3 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_rmii4_default>;
|
||||
use-ncsi;
|
||||
mlx,multi-host;
|
||||
mellanox,multi-host;
|
||||
};
|
||||
|
||||
&fmc {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user