mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
54 lines
1.2 KiB
Diff
54 lines
1.2 KiB
Diff
|
From dcc96e7fc22e361aa7f242dd3ca6db1f04a4c364 Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.org>
|
||
|
Date: Mon, 26 Nov 2018 20:15:16 +0000
|
||
|
Subject: [PATCH 214/703] overlays: Update upstream overlay
|
||
|
|
||
|
The vc4-kms-v3d overlay gained an extra fragment enabling the txp node,
|
||
|
so rebuild the upstream overlay to match.
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
||
|
---
|
||
|
arch/arm/boot/dts/overlays/upstream-overlay.dts | 12 +++++++++---
|
||
|
1 file changed, 9 insertions(+), 3 deletions(-)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/overlays/upstream-overlay.dts
|
||
|
+++ b/arch/arm/boot/dts/overlays/upstream-overlay.dts
|
||
|
@@ -116,6 +116,12 @@
|
||
|
};
|
||
|
};
|
||
|
fragment@17 {
|
||
|
+ target = <&txp>;
|
||
|
+ __overlay__ {
|
||
|
+ status = "okay";
|
||
|
+ };
|
||
|
+ };
|
||
|
+ fragment@18 {
|
||
|
target = <&usb>;
|
||
|
#address-cells = <1>;
|
||
|
#size-cells = <1>;
|
||
|
@@ -130,21 +136,21 @@
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|
||
|
- fragment@18 {
|
||
|
+ fragment@19 {
|
||
|
target = <&uart1>;
|
||
|
__overlay__ {
|
||
|
interrupt-parent = <&intc>;
|
||
|
interrupts = <0x1 0x1d>;
|
||
|
};
|
||
|
};
|
||
|
- fragment@19 {
|
||
|
+ fragment@20 {
|
||
|
target = <&spi1>;
|
||
|
__overlay__ {
|
||
|
interrupt-parent = <&intc>;
|
||
|
interrupts = <0x1 0x1d>;
|
||
|
};
|
||
|
};
|
||
|
- fragment@20 {
|
||
|
+ fragment@21 {
|
||
|
target = <&spi2>;
|
||
|
__overlay__ {
|
||
|
interrupt-parent = <&intc>;
|