mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
7d7aa2fd92
This change makes the names of Broadcom targets consistent by using the common notation based on SoC/CPU ID (which is used internally anyway), bcmXXXX instead of brcmXXXX. This is even used for target TITLE in make menuconfig already, only the short target name used brcm so far. Despite, since subtargets range from bcm2708 to bcm2711, it seems appropriate to use bcm27xx instead of bcm2708 (again, as already done for BOARDNAME). This also renames the packages brcm2708-userland and brcm2708-gpu-fw. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
54 lines
1.2 KiB
Diff
54 lines
1.2 KiB
Diff
From e62fed2c6b825e4b9d688dab7b7603fc95bb49cb Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
Date: Mon, 26 Nov 2018 20:15:16 +0000
|
|
Subject: [PATCH] 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>;
|