blob: c025aa27356f6914c4bfe9cb63ad6d51e0a7fc75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
From b1345dbdf08ded4350233bc95925647d01e936f8 Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Mon, 14 Sep 2020 15:49:38 +0100
Subject: [PATCH] overlays: Regenerate upstream-pi4 overlay
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/overlays/upstream-pi4-overlay.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
--- a/arch/arm/boot/dts/overlays/upstream-pi4-overlay.dts
+++ b/arch/arm/boot/dts/overlays/upstream-pi4-overlay.dts
@@ -134,6 +134,18 @@
};
};
fragment@21 {
+ target = <&pixelvalve3>;
+ __dormant__ {
+ status = "okay";
+ };
+ };
+ fragment@22 {
+ target = <&vec>;
+ __dormant__ {
+ status = "okay";
+ };
+ };
+ fragment@23 {
target = <&usb>;
#address-cells = <1>;
#size-cells = <1>;
|