]> Git Repo - linux.git/commitdiff
dts64: mt7622: disable spi1 and uart2 because pins are used by pwm
authorFrank Wunderlich <[email protected]>
Fri, 16 Oct 2020 20:40:18 +0000 (22:40 +0200)
committerMatthias Brugger <[email protected]>
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts

index ca8d5c7a13468bab45a787a2752f2c862dc607a2..2f77dc40b9b82bdd528b484b655ba8f460c41907 100644 (file)
 &spi1 {
        pinctrl-names = "default";
        pinctrl-0 = <&spic1_pins>;
-       status = "okay";
 };
 
 &ssusb {
 &uart2 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart2_pins>;
-       status = "okay";
 };
 
 &watchdog {
This page took 0.060001 seconds and 4 git commands to generate.