dts 修改网卡delay值,修复dsi1-irq引脚上拉
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user