[RFT PATCH master 1/3] dt-bindings: features: imx8m: fix typo in constant

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Oct 17 06:49:27 PDT 2022


All constants should have unique values. Fix a typo that violated this.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 include/dt-bindings/features/imx8m.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/features/imx8m.h b/include/dt-bindings/features/imx8m.h
index 4dd85aa5c8fb..8de69ba28b26 100644
--- a/include/dt-bindings/features/imx8m.h
+++ b/include/dt-bindings/features/imx8m.h
@@ -6,7 +6,7 @@
 
 #define IMX8M_FEAT_CPU_DUAL	1
 #define IMX8M_FEAT_CPU_QUAD	2
-#define IMX8M_FEAT_VPU		4
+#define IMX8M_FEAT_VPU		3
 #define IMX8M_FEAT_GPU		4
 
 #define IMX8M_FEAT_END		5
-- 
2.30.2




More information about the barebox mailing list