dts64: mt7622: disable spi1 and uart2 because pins are used by pwm
authorFrank Wunderlich <frank-w@public-files.de>
Fri, 16 Oct 2020 20:40:18 +0000 (22:40 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 27 Nov 2020 16:05:32 +0000 (17:05 +0100)
MDI_TP_P0 (gpio51) is used by pwm1 and uart2 (uart1 on gpio-header)
MDI_RP_P4 (gpio67) is used by pwm4 and spi1

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20201016204019.2606-3-linux@fw-web.de
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts

index ca8d5c7..2f77dc4 100644 (file)
 &spi1 {
        pinctrl-names = "default";
        pinctrl-0 = <&spic1_pins>;
-       status = "okay";
 };
 
 &ssusb {
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart2_pins>;
-       status = "okay";
 };
 
 &watchdog {