MAINTAINERS: Remove DT bindings area

Now that the dts/bindings filter has been removed from
Devicetree Binding area, this area serves no real purpose.

Move the include/dt-bindings files to their respective areas.

Fix some of the orphaned dts/bindings paths.

Add regex filter for any binding with "zephyr" in the name to be
in the devicetree area.

Fix the imx_spc.h file being in it's own pm/ folder instead of
power/ like the other power related headers.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-07-29 13:53:17 -05:00 committed by Fabio Baltieri
commit 96d25bf903
4 changed files with 44 additions and 13 deletions

View file

@ -8,7 +8,7 @@
#include <zephyr/pm/pm.h>
#include <fsl_dcdc.h>
#include <fsl_gpc.h>
#include <zephyr/dt-bindings/pm/imx_spc.h>
#include <zephyr/dt-bindings/power/imx_spc.h>
#include "power.h"
#include <zephyr/logging/log.h>