dts 修改网卡delay值,修复dsi1-irq引脚上拉

This commit is contained in:
hejiawencc
2023-07-03 08:44:35 +08:00
parent 732ed064f2
commit 5cde0d8757
3 changed files with 17 additions and 1 deletions

View File

@ -1 +1 @@
1
5

View File

@ -333,6 +333,8 @@
interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio0 RK_PA0 GPIO_ACTIVE_LOW>;
irq-gpios = <&gpio3 RK_PB0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mipi_dsi1_irq>;
touchscreen-inverted-y;
};
};

View File

@ -249,6 +249,16 @@
status = "okay";
};
&gmac0 {
tx_delay = <0x23>;
rx_delay = <0x07>;
};
&gmac1 {
tx_delay = <0x22>;
rx_delay = <0x07>;
};
&vdd_cam_5v {
gpio = <&gpio3 RK_PD0 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
@ -409,6 +419,10 @@
mipi_dsi1_pwr_en: mipi-dsi1-pwr-en {
rockchip,pins = <3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>;
};
mipi_dsi1_irq: mipi-dsi1-irq {
rockchip,pins = <3 RK_PB0 RK_FUNC_GPIO &pcfg_pull_up>;
};
};
cam {