Skip to content

Commit

Permalink
Pi3 DT: Add pull-ups on the UART RX lines
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  • Loading branch information
Phil Elwell committed Mar 8, 2016
1 parent b842612 commit dbc7786
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2710-rpi-3-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
uart0_pins: uart0_pins {
brcm,pins = <32 33>;
brcm,function = <7>; /* alt3=UART0 */
brcm,pull = <0 0>;
brcm,pull = <0 2>;
};

uart1_pins: uart1_pins {
brcm,pins = <14 15>;
brcm,function = <2>; /* alt5=UART1 */
brcm,pull = <0 0>;
brcm,pull = <0 2>;
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/pi3-miniuart-bt-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
uart1_pins: uart1_pins {
brcm,pins = <32 33>;
brcm,function = <2>; /* alt5=UART1 */
brcm,pull = <0 0>;
brcm,pull = <0 2>;
};
};
};
Expand Down

0 comments on commit dbc7786

Please sign in to comment.