forked from Openwrt/openwrt
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
45 lines
1.8 KiB
Diff
45 lines
1.8 KiB
Diff
From 3a8b7204348682152b77618eed061e8718db5935 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Wahren <stefan.wahren@chargebyte.com>
|
|
Date: Wed, 1 May 2024 11:18:49 +0200
|
|
Subject: [PATCH 1075/1085] overlays: qca7000: Adjust URL & README info
|
|
|
|
in-tech smart charging is now called chargebyte. Our product name
|
|
seems to be more stable than our company name, so drop them
|
|
where it's possible.
|
|
|
|
Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/README | 4 ++--
|
|
arch/arm/boot/dts/overlays/qca7000-overlay.dts | 2 +-
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/README
|
|
+++ b/arch/arm/boot/dts/overlays/README
|
|
@@ -3844,7 +3844,7 @@ Params: clock PWM cloc
|
|
|
|
|
|
Name: qca7000
|
|
-Info: in-tech's Evaluation Board for PLC Stamp micro
|
|
+Info: Evaluation Board for PLC Stamp micro
|
|
This uses spi0 and a separate GPIO interrupt to connect the QCA7000.
|
|
Load: dtoverlay=qca7000,<param>=<val>
|
|
Params: int_pin GPIO pin for interrupt signal (default 23)
|
|
@@ -3853,7 +3853,7 @@ Params: int_pin GPIO pin
|
|
|
|
|
|
Name: qca7000-uart0
|
|
-Info: in-tech's Evaluation Board for PLC Stamp micro (UART)
|
|
+Info: Evaluation Board for PLC Stamp micro (UART)
|
|
This uses uart0/ttyAMA0 over GPIOs 14 & 15 to connect the QCA7000.
|
|
But it requires disabling of onboard Bluetooth on
|
|
Pi 3B, 3B+, 3A+, 4B and Zero W.
|
|
--- a/arch/arm/boot/dts/overlays/qca7000-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/qca7000-overlay.dts
|
|
@@ -1,5 +1,5 @@
|
|
// Overlay for the Qualcomm Atheros QCA7000 on PLC Stamp micro EVK
|
|
-// Visit: https://in-tech-smartcharging.com/products/evaluation-tools/plc-stamp-micro-2-evaluation-board for details
|
|
+// Visit: https://chargebyte.com/products/evaluation-tools/plc-stamp-micro-2-evaluation-board for details
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|