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:
Dongjin Kim
2020-11-13 08:47:01 +09:00
committed by Mauro (mdrjr) Ribeiro
parent eb65afcd86
commit 26b10761e8
3 changed files with 15 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
};
};
&ethmac {
/delete-property/ resets;
/delete-property/ reset-names;
};
&vddcpu {
regulator-max-microvolt = <1030000>;
};

View File

@@ -52,6 +52,11 @@
};
};
&ethmac {
/delete-property/ resets;
/delete-property/ reset-names;
};
&fan0 {
fan-supply = <&vcc_5v>;
interrupt-parent = <&gpio_intc>;

View File

@@ -125,6 +125,11 @@
};
};
&ethmac {
/delete-property/ resets;
/delete-property/ reset-names;
};
&spdifout {
pinctrl-0 = <&spdif_out_a13_pins>;
pinctrl-names = "default";