diff options
author | Théo Lebrun <[email protected]> | 2024-06-28 18:11:52 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2024-07-03 17:15:56 +0200 |
commit | 6fe920b4fc18bed2f1946dab9b4d6784958cafc4 (patch) | |
tree | aa5b0ea4a8fc94fe18f839ffe8031dc01a5ecbbc | |
parent | 9b7e81a9bf2c65af2f78c51da61d9e0647f36fd1 (diff) |
MAINTAINERS: Mobileye: add OLB drivers and dt-bindings
Register OLB-related files part of the "MOBILEYE MIPS SOCS" MAINTAINERS
section. Those include:
- drivers (clk-eyeq, reset-eyeq, pinctrl-eyeq5),
- dt-bindings (mobileye,eyeq5-olb.yaml file),
- bindings includes file <dt-bindings/clock/mobileye,eyeq5-clk.h>.
Signed-off-by: Théo Lebrun <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aacccb376c28..e224f91f65a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15195,9 +15195,14 @@ M: Théo Lebrun <[email protected]> S: Maintained F: Documentation/devicetree/bindings/mips/mobileye.yaml +F: Documentation/devicetree/bindings/soc/mobileye/ F: arch/mips/boot/dts/mobileye/ F: arch/mips/configs/eyeq5_defconfig F: arch/mips/mobileye/board-epm5.its.S +F: drivers/clk/clk-eyeq.c +F: drivers/pinctrl/pinctrl-eyeq5.c +F: drivers/reset/reset-eyeq.c +F: include/dt-bindings/clock/mobileye,eyeq5-clk.h MODULE SUPPORT M: Luis Chamberlain <[email protected]> |