summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-02-05 18:23:11 +0300
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-02-05 18:23:11 +0300
commit648d2852eaca610bffcbf376d248eba2300506e7 (patch)
tree01f4756bf9c472d3a850bc573b0e6bb69d5e7b1c /include
parent00c1fda73df8081f40840f860c8d75e2c9070d48 (diff)
parentb6f1ea2ae9b5983776271e71d4351f2fc211a28e (diff)
downloadlinux-648d2852eaca610bffcbf376d248eba2300506e7.tar.xz
Merge branch 'for-v6.15/samsung-soc-dt-bindings' into next/drivers
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/soc/samsung,exynos-usi.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/include/dt-bindings/soc/samsung,exynos-usi.h b/include/dt-bindings/soc/samsung,exynos-usi.h
index a01af169d249..b46de214dd09 100644
--- a/include/dt-bindings/soc/samsung,exynos-usi.h
+++ b/include/dt-bindings/soc/samsung,exynos-usi.h
@@ -9,9 +9,18 @@
#ifndef __DT_BINDINGS_SAMSUNG_EXYNOS_USI_H
#define __DT_BINDINGS_SAMSUNG_EXYNOS_USI_H
-#define USI_V2_NONE 0
-#define USI_V2_UART 1
-#define USI_V2_SPI 2
-#define USI_V2_I2C 3
+#define USI_MODE_NONE 0
+#define USI_MODE_UART 1
+#define USI_MODE_SPI 2
+#define USI_MODE_I2C 3
+#define USI_MODE_I2C1 4
+#define USI_MODE_I2C0_1 5
+#define USI_MODE_UART_I2C1 6
+
+/* Deprecated */
+#define USI_V2_NONE USI_MODE_NONE
+#define USI_V2_UART USI_MODE_UART
+#define USI_V2_SPI USI_MODE_SPI
+#define USI_V2_I2C USI_MODE_I2C
#endif /* __DT_BINDINGS_SAMSUNG_EXYNOS_USI_H */