mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
arm64: dts: mediatek: Set mediatek,mac-wol on DWMAC node for all boards
Due to the mediatek,mac-wol property previously being handled backwards by the dwmac-mediatek driver, its use in the DTs seems to have been inconsistent. Now that the driver has been fixed, correct this description. All the currently upstream boards support MAC WOL, so add the mediatek,mac-wol property to the missing ones. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20241109-mediatek-mac-wol-noninverted-v2-2-0e264e213878@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
3d7fdd8e38
commit
f8a032834a
|
|
@ -115,6 +115,7 @@ ð {
|
|||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <ð_default>;
|
||||
pinctrl-1 = <ð_sleep>;
|
||||
mediatek,mac-wol;
|
||||
status = "okay";
|
||||
|
||||
mdio {
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ ð {
|
|||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <ð_default_pins>;
|
||||
pinctrl-1 = <ð_sleep_pins>;
|
||||
mediatek,mac-wol;
|
||||
status = "okay";
|
||||
|
||||
mdio {
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ ð {
|
|||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-0 = <ð_default_pins>;
|
||||
pinctrl-1 = <ð_sleep_pins>;
|
||||
mediatek,mac-wol;
|
||||
status = "okay";
|
||||
|
||||
mdio {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user