Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-40
-40
arch/arm64/boot/dts/rockchip/px30.dtsi
··· 1159 1159 rockchip,pins = 1160 1160 <0 RK_PB5 1 &pcfg_pull_none>; 1161 1161 }; 1162 - 1163 - uart0_rts_gpio: uart0-rts-gpio { 1164 - rockchip,pins = 1165 - <0 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>; 1166 - }; 1167 1162 }; 1168 1163 1169 1164 uart1 { ··· 1176 1181 uart1_rts: uart1-rts { 1177 1182 rockchip,pins = 1178 1183 <1 RK_PC3 1 &pcfg_pull_none>; 1179 - }; 1180 - 1181 - uart1_rts_gpio: uart1-rts-gpio { 1182 - rockchip,pins = 1183 - <1 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>; 1184 1184 }; 1185 1185 }; 1186 1186 ··· 1211 1221 rockchip,pins = 1212 1222 <0 RK_PC3 2 &pcfg_pull_none>; 1213 1223 }; 1214 - 1215 - uart3m0_rts_gpio: uart3m0-rts-gpio { 1216 - rockchip,pins = 1217 - <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>; 1218 - }; 1219 1224 }; 1220 1225 1221 1226 uart3-m1 { ··· 1228 1243 uart3m1_rts: uart3m1-rts { 1229 1244 rockchip,pins = 1230 1245 <1 RK_PB5 2 &pcfg_pull_none>; 1231 - }; 1232 - 1233 - uart3m1_rts_gpio: uart3m1-rts-gpio { 1234 - rockchip,pins = 1235 - <1 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>; 1236 1246 }; 1237 1247 }; 1238 1248 ··· 1577 1597 <1 RK_PD4 1 &pcfg_pull_up_8ma>, 1578 1598 <1 RK_PD5 1 &pcfg_pull_up_8ma>; 1579 1599 }; 1580 - 1581 - sdmmc_gpio: sdmmc-gpio { 1582 - rockchip,pins = 1583 - <1 RK_PD2 RK_FUNC_GPIO &pcfg_pull_up_4ma>, 1584 - <1 RK_PD3 RK_FUNC_GPIO &pcfg_pull_up_4ma>, 1585 - <1 RK_PD4 RK_FUNC_GPIO &pcfg_pull_up_4ma>, 1586 - <1 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up_4ma>, 1587 - <1 RK_PD6 RK_FUNC_GPIO &pcfg_pull_up_4ma>, 1588 - <1 RK_PD7 RK_FUNC_GPIO &pcfg_pull_up_4ma>; 1589 - }; 1590 1600 }; 1591 1601 1592 1602 sdio { ··· 1596 1626 <1 RK_PC7 1 &pcfg_pull_up>, 1597 1627 <1 RK_PD0 1 &pcfg_pull_up>, 1598 1628 <1 RK_PD1 1 &pcfg_pull_up>; 1599 - }; 1600 - 1601 - sdio_gpio: sdio-gpio { 1602 - rockchip,pins = 1603 - <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_up>, 1604 - <1 RK_PC7 RK_FUNC_GPIO &pcfg_pull_up>, 1605 - <1 RK_PD0 RK_FUNC_GPIO &pcfg_pull_up>, 1606 - <1 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>, 1607 - <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_up>, 1608 - <1 RK_PC5 RK_FUNC_GPIO &pcfg_pull_up>; 1609 1629 }; 1610 1630 }; 1611 1631