mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 23:25:58 +07:00
arm64: dts: rockchip: remove unused pin settings from px30
These are unused gpio-settings for specific function pins, that are not used by anything and only clutter up the dtsi. They can be re-added when a relevant user is added. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20190917082659.25549-8-heiko@sntech.de
This commit is contained in:
parent
9003aacb9c
commit
689c7dc73c
@ -1159,11 +1159,6 @@ uart0_rts: uart0-rts {
|
||||
rockchip,pins =
|
||||
<0 RK_PB5 1 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
uart0_rts_gpio: uart0-rts-gpio {
|
||||
rockchip,pins =
|
||||
<0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
uart1 {
|
||||
@ -1182,11 +1177,6 @@ uart1_rts: uart1-rts {
|
||||
rockchip,pins =
|
||||
<1 RK_PC3 1 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
uart1_rts_gpio: uart1-rts-gpio {
|
||||
rockchip,pins =
|
||||
<1 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
uart2-m0 {
|
||||
@ -1221,11 +1211,6 @@ uart3m0_rts: uart3m0-rts {
|
||||
rockchip,pins =
|
||||
<0 RK_PC3 2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
uart3m0_rts_gpio: uart3m0-rts-gpio {
|
||||
rockchip,pins =
|
||||
<0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
uart3-m1 {
|
||||
@ -1244,11 +1229,6 @@ uart3m1_rts: uart3m1-rts {
|
||||
rockchip,pins =
|
||||
<1 RK_PB5 2 &pcfg_pull_none>;
|
||||
};
|
||||
|
||||
uart3m1_rts_gpio: uart3m1-rts-gpio {
|
||||
rockchip,pins =
|
||||
<1 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
uart4 {
|
||||
@ -1597,16 +1577,6 @@ sdmmc_bus4: sdmmc-bus4 {
|
||||
<1 RK_PD4 1 &pcfg_pull_up_8ma>,
|
||||
<1 RK_PD5 1 &pcfg_pull_up_8ma>;
|
||||
};
|
||||
|
||||
sdmmc_gpio: sdmmc-gpio {
|
||||
rockchip,pins =
|
||||
<1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
|
||||
<1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
|
||||
<1 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
|
||||
<1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
|
||||
<1 RK_PD6 RK_FUNC_GPIO &pcfg_pull_up_4ma>,
|
||||
<1 RK_PD7 RK_FUNC_GPIO &pcfg_pull_up_4ma>;
|
||||
};
|
||||
};
|
||||
|
||||
sdio {
|
||||
@ -1627,16 +1597,6 @@ sdio_bus4: sdio-bus4 {
|
||||
<1 RK_PD0 1 &pcfg_pull_up>,
|
||||
<1 RK_PD1 1 &pcfg_pull_up>;
|
||||
};
|
||||
|
||||
sdio_gpio: sdio-gpio {
|
||||
rockchip,pins =
|
||||
<1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>,
|
||||
<1 RK_PC7 RK_FUNC_GPIO &pcfg_pull_up>,
|
||||
<1 RK_PD0 RK_FUNC_GPIO &pcfg_pull_up>,
|
||||
<1 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>,
|
||||
<1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_up>,
|
||||
<1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
|
||||
emmc {
|
||||
|
Loading…
Reference in New Issue
Block a user