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>
21 lines
956 B
Diff
21 lines
956 B
Diff
From 48598900ebd06f5880b01fcc60e240ea4a04858c Mon Sep 17 00:00:00 2001
|
|
From: Phil Howard <phil@gadgetoid.com>
|
|
Date: Fri, 29 Mar 2019 10:57:07 +0000
|
|
Subject: [PATCH] dt-bindings: rv3028 backup switchover support
|
|
|
|
Signed-off-by: Phil Howard <phil@pimoroni.com>
|
|
---
|
|
Documentation/devicetree/bindings/rtc/rtc.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/rtc/rtc.txt
|
|
+++ b/Documentation/devicetree/bindings/rtc/rtc.txt
|
|
@@ -26,6 +26,7 @@ below.
|
|
- trickle-diode-disable : Do not use internal trickle charger diode Should be
|
|
given if internal trickle charger diode should be
|
|
disabled
|
|
+- backup-switchover-mode : Configure RTC backup power supply switch behaviour
|
|
- wakeup-source : Enables wake up of host system on alarm
|
|
- quartz-load-femtofarads : The capacitive load of the quartz(x-tal),
|
|
expressed in femto Farad (fF).
|