Skip to content

Commit 52fdb8d

Browse files
ivoszbggregkh
authored andcommitted
dt-bindings: serial: samsung: Add samsung,exynos8895-uart compatible
Add dedicated samsung,exynos8895-uart compatible to the dt-schema for representing uart of the Exynos8895 SoC. Like GS101, it has a required DT property samsung,uart-fifosize, but it does not exhibit the 32 bit register access limit. Signed-off-by: Ivaylo Ivanov <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent cad4dda commit 52fdb8d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Documentation/devicetree/bindings/serial/samsung_uart.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ properties:
2727
- samsung,exynos4210-uart
2828
- samsung,exynos5433-uart
2929
- samsung,exynos850-uart
30+
- samsung,exynos8895-uart
3031
- items:
3132
- enum:
3233
- samsung,exynos7-uart
@@ -160,18 +161,27 @@ allOf:
160161
contains:
161162
enum:
162163
- google,gs101-uart
164+
- samsung,exynos8895-uart
163165
then:
164166
required:
165167
- samsung,uart-fifosize
166168
properties:
167-
reg-io-width: false
168-
169169
clocks:
170170
maxItems: 2
171171

172172
clock-names:
173173
maxItems: 2
174174

175+
- if:
176+
properties:
177+
compatible:
178+
contains:
179+
enum:
180+
- google,gs101-uart
181+
then:
182+
properties:
183+
reg-io-width: false
184+
175185
unevaluatedProperties: false
176186

177187
examples:

0 commit comments

Comments
 (0)