uboot-rockchip: drop duplicate properties

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-04-30 15:05:50 +08:00
parent 1ef239173c
commit fb5f368275
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 2 additions and 6 deletions

View File

@ -4,8 +4,6 @@
/ {
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
product = "NanoPi R4S Enterprise Edition";

View File

@ -4,8 +4,6 @@
/ {
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
product = "NanoPi R4SE";

View File

@ -91,13 +91,13 @@
&pinctrl {
gmac0 {
eth_phy0_reset_pin: eth-phy0-reset-pin {
rockchip,pins = <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_down>;
rockchip,pins = <1 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
gmac1 {
eth_phy1_reset_pin: eth-phy1-reset-pin {
rockchip,pins = <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_down>;
rockchip,pins = <1 RK_PB1 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
};