lantiq: fix broadcasts and vlans in two iface mode
[oweals/openwrt.git] / target / linux / brcm2708 / patches-4.9 / 0142-BCM270x-DT-expose-3.3V-and-5V-system-rails.patch
1 From 3e2cb84235e904f0c127d34705852ba7893ec9ae Mon Sep 17 00:00:00 2001
2 From: Matthias Reichl <hias@horus.com>
3 Date: Sun, 22 Jan 2017 12:49:36 +0100
4 Subject: [PATCH] BCM270x DT: expose 3.3V and 5V system rails
5
6 Signed-off-by: Matthias Reichl <hias@horus.com>
7 ---
8  arch/arm/boot/dts/bcm270x.dtsi | 16 ++++++++++++++++
9  1 file changed, 16 insertions(+)
10
11 --- a/arch/arm/boot/dts/bcm270x.dtsi
12 +++ b/arch/arm/boot/dts/bcm270x.dtsi
13 @@ -138,4 +138,20 @@
14                         status = "disabled";
15                 };
16         };
17 +
18 +       vdd_5v0_reg: fixedregulator_5v0 {
19 +               compatible = "regulator-fixed";
20 +               regulator-name = "5v0";
21 +               regulator-min-microvolt = <5000000>;
22 +               regulator-max-microvolt = <5000000>;
23 +               regulator-always-on;
24 +       };
25 +
26 +       vdd_3v3_reg: fixedregulator_3v3 {
27 +               compatible = "regulator-fixed";
28 +               regulator-name = "3v3";
29 +               regulator-min-microvolt = <3300000>;
30 +               regulator-max-microvolt = <3300000>;
31 +               regulator-always-on;
32 +       };
33  };