mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
39 lines
1.4 KiB
Diff
39 lines
1.4 KiB
Diff
From fa0ce4da1a4d60e003f808c21c008fb19ee31152 Mon Sep 17 00:00:00 2001
|
|
From: Hector Martin <marcan@marcan.st>
|
|
Date: Sun, 12 Dec 2021 12:28:41 +0900
|
|
Subject: [PATCH 040/171] MAINTAINERS: Add apple-spi driver & binding files
|
|
|
|
This Apple SPI controller is present on Apple ARM SoCs (t8103/t6000).
|
|
|
|
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 | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/MAINTAINERS b/MAINTAINERS
|
|
index b346659f9562..629c1a177d3f 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/spi/apple,spi.yaml
|
|
F: Documentation/devicetree/bindings/usb/apple,dwc3.yaml
|
|
F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml
|
|
F: arch/arm64/boot/dts/apple/
|
|
@@ -1856,6 +1857,7 @@ F: drivers/nvme/host/apple.c
|
|
F: drivers/nvmem/apple-efuses.c
|
|
F: drivers/pinctrl/pinctrl-apple-gpio.c
|
|
F: drivers/soc/apple/*
|
|
+F: drivers/spi/spi-apple.c
|
|
F: drivers/watchdog/apple_wdt.c
|
|
F: include/dt-bindings/interrupt-controller/apple-aic.h
|
|
F: include/dt-bindings/pinctrl/apple.h
|
|
--
|
|
2.34.1
|
|
|