mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
arm64: dts: rockchip: Clean up NanoPi-R2S Plus gmac2io
Apparently something went wonky in the refactoring, and NanoPi R2S Plus has ended up "overriding" the GMAC properties from the base R2S include with all identical values. Clean up the redundancy. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://patch.msgid.link/94f66f34d6023887111884093f31a8980e993ef9.1767111968.git.robin.murphy@arm.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
0c02a10390
commit
1e6568db5a
|
|
@ -29,20 +29,3 @@ &emmc {
|
||||||
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
|
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&gmac2io {
|
|
||||||
phy-handle = <&rtl8211e>;
|
|
||||||
tx_delay = <0x24>;
|
|
||||||
rx_delay = <0x18>;
|
|
||||||
|
|
||||||
mdio {
|
|
||||||
rtl8211e: ethernet-phy@1 {
|
|
||||||
reg = <1>;
|
|
||||||
pinctrl-0 = <ð_phy_reset_pin>;
|
|
||||||
pinctrl-names = "default";
|
|
||||||
reset-assert-us = <10000>;
|
|
||||||
reset-deassert-us = <50000>;
|
|
||||||
reset-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user