mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ODROID-N2/C4/HC4: arm64/dts: remove property 'resets' and 'reset-names'
Having this properties in the node 'ethmac', it does cause to load wrong MAC address. Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ifca39bb60d4cbb6586ef9a8789f6dd243352dc1e
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
eb65afcd86
commit
26b10761e8
@@ -27,6 +27,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
ðmac {
|
||||
/delete-property/ resets;
|
||||
/delete-property/ reset-names;
|
||||
};
|
||||
|
||||
&vddcpu {
|
||||
regulator-max-microvolt = <1030000>;
|
||||
};
|
||||
|
||||
@@ -52,6 +52,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
ðmac {
|
||||
/delete-property/ resets;
|
||||
/delete-property/ reset-names;
|
||||
};
|
||||
|
||||
&fan0 {
|
||||
fan-supply = <&vcc_5v>;
|
||||
interrupt-parent = <&gpio_intc>;
|
||||
|
||||
@@ -125,6 +125,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
ðmac {
|
||||
/delete-property/ resets;
|
||||
/delete-property/ reset-names;
|
||||
};
|
||||
|
||||
&spdifout {
|
||||
pinctrl-0 = <&spdif_out_a13_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user