brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0487-BCM270X_DT-Don-t-enable-UART0-in-CM3-dtb.patch
1 From 7315db2c16ae18cfc3678da9da8b023c1d2492a8 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Fri, 19 Aug 2016 11:19:02 +0100
4 Subject: [PATCH] BCM270X_DT: Don't enable UART0 in CM3 dtb
5
6 ---
7 arch/arm/boot/dts/bcm2710-rpi-cm3.dts | 12 ------------
8 1 file changed, 12 deletions(-)
9
10 --- a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
11 +++ b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
12 @@ -40,12 +40,6 @@
13 brcm,function = <4>; /* alt0 */
14 };
15
16 - uart0_pins: uart0_pins {
17 - brcm,pins;
18 - brcm,function;
19 - brcm,pull = <0 2>;
20 - };
21 -
22 audio_pins: audio_pins {
23 brcm,pins;
24 brcm,function;
25 @@ -75,12 +69,6 @@
26 status = "okay";
27 };
28
29 -&uart0 {
30 - pinctrl-names = "default";
31 - pinctrl-0 = <&uart0_pins>;
32 - status = "okay";
33 -};
34 -
35 &spi0 {
36 pinctrl-names = "default";
37 pinctrl-0 = <&spi0_pins &spi0_cs_pins>;