mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-25 20:37:02 +08:00
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
![]() |
From aa4f300d5409c9a3d21787d170755ed417f95157 Mon Sep 17 00:00:00 2001
|
||
|
From: Hector Martin <marcan@marcan.st>
|
||
|
Date: Sun, 12 Dec 2021 12:28:41 +0900
|
||
|
Subject: [PATCH 039/171] MAINTAINERS: Add Apple dwc3 bindings to ARM/APPLE
|
||
|
|
||
|
This Apple dwc3 controller variance is present on Apple ARM SoCs (t8103/t600x).
|
||
|
|
||
|
Splitting this change from the binding/driver commits to avoid merge
|
||
|
conflicts with other things touching this section, as usual.
|
||
|
|
||
|
Signed-off-by: Hector Martin <marcan@marcan.st>
|
||
|
---
|
||
|
MAINTAINERS | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/MAINTAINERS b/MAINTAINERS
|
||
|
index 64379c699903..b346659f9562 100644
|
||
|
--- a/MAINTAINERS
|
||
|
+++ b/MAINTAINERS
|
||
|
@@ -1843,6 +1843,7 @@ F: Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
|
||
|
F: Documentation/devicetree/bindings/pci/apple,pcie.yaml
|
||
|
F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
|
||
|
F: Documentation/devicetree/bindings/power/apple*
|
||
|
+F: Documentation/devicetree/bindings/usb/apple,dwc3.yaml
|
||
|
F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml
|
||
|
F: arch/arm64/boot/dts/apple/
|
||
|
F: drivers/clk/clk-apple-nco.c
|
||
|
--
|
||
|
2.34.1
|
||
|
|