aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2023-04-21 20:50:39 +0300
committerTom Rini <trini@konsulko.com>2023-05-02 14:23:58 -0400
commitaa539d89e18487ab5dc5feb3d8d8a3fca1a04b97 (patch)
tree022fec451e052dc70645ae496955d8b44be173af /doc
parentbabdadc8a51ec54157d9e050eaf3f745052e1583 (diff)
downloadu-boot-aa539d89e18487ab5dc5feb3d8d8a3fca1a04b97.zip
u-boot-aa539d89e18487ab5dc5feb3d8d8a3fca1a04b97.tar.gz
u-boot-aa539d89e18487ab5dc5feb3d8d8a3fca1a04b97.tar.bz2
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/device-tree-bindings/serial/msm-geni-serial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/serial/msm-geni-serial.txt b/doc/device-tree-bindings/serial/msm-geni-serial.txt
index 9eadc25..eaa39c9 100644
--- a/doc/device-tree-bindings/serial/msm-geni-serial.txt
+++ b/doc/device-tree-bindings/serial/msm-geni-serial.txt
@@ -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)