serial: msm-geni: Use upstream Linux bindings

The name "se" is used in upstream Linux device trees and has been for
ages, long before this U-Boot-ism was introduced. Same goes for the
existing compatible. Get rid of that.

[vzapolskiy: removed a ready change in the driver]
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
This commit is contained in:
Konrad Dybcio
2023-04-21 20:50:39 +03:00
committed by Tom Rini
parent babdadc8a5
commit aa539d89e1
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
Qualcomm GENI UART
Required properties:
- compatible: must be "qcom,msm-geni-uart"
- compatible: must be "qcom,geni-debug-uart"
- reg: start address and size of the registers
- clock: interface clock (must accept baudrate as a frequency)