brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0487-BCM270X_DT-Add-audio_pins-to-CM-dtb.patch
1 From e34eb065a125fae5814256d77c03226a46083f87 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Fri, 19 Aug 2016 11:12:28 +0100
4 Subject: [PATCH] BCM270X_DT: Add audio_pins to CM dtb
5
6 Bring the CM .dtb in line with other others.
7 ---
8 arch/arm/boot/dts/bcm2708-rpi-cm.dts | 5 +++++
9 1 file changed, 5 insertions(+)
10
11 --- a/arch/arm/boot/dts/bcm2708-rpi-cm.dts
12 +++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dts
13 @@ -35,6 +35,11 @@
14 brcm,pins = <18 19 20 21>;
15 brcm,function = <4>; /* alt0 */
16 };
17 +
18 + audio_pins: audio_pins {
19 + brcm,pins;
20 + brcm,function;
21 + };
22 };
23
24 &spi0 {