Skip to content

Commit e1564d6

Browse files
committed
dt-bindings: pinctrl: samsung: correct ExynosAutov920 wake-up compatibles
ExynosAutov920 SoC wake-up pin controller has different register layout than Exynos7, thus it should not be marked as compatible. Neither DTS nor Linux driver was merged yet, so the change does not impact ABI. Cc: Jaewon Kim <[email protected]> Fixes: 904140f ("dt-bindings: pinctrl: samsung: use Exynos7 fallbacks for newer wake-up controllers") Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Jaewon Kim <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent abc73e5 commit e1564d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/pinctrl/samsung,pinctrl-wakeup-interrupt.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ properties:
3636
- samsung,s5pv210-wakeup-eint
3737
- samsung,exynos4210-wakeup-eint
3838
- samsung,exynos7-wakeup-eint
39+
- samsung,exynosautov920-wakeup-eint
3940
- items:
4041
- enum:
4142
- samsung,exynos5433-wakeup-eint
@@ -46,7 +47,6 @@ properties:
4647
- enum:
4748
- google,gs101-wakeup-eint
4849
- samsung,exynosautov9-wakeup-eint
49-
- samsung,exynosautov920-wakeup-eint
5050
- const: samsung,exynos850-wakeup-eint
5151
- const: samsung,exynos7-wakeup-eint
5252

@@ -113,6 +113,7 @@ allOf:
113113
contains:
114114
enum:
115115
- samsung,exynos850-wakeup-eint
116+
- samsung,exynosautov920-wakeup-eint
116117
then:
117118
properties:
118119
interrupts: false

0 commit comments

Comments
 (0)