summaryrefslogtreecommitdiff
path: root/arch/arm/dts
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 /arch/arm/dts
parentbabdadc8a51ec54157d9e050eaf3f745052e1583 (diff)
downloadu-boot-aa539d89e18487ab5dc5feb3d8d8a3fca1a04b97.tar.gz
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 'arch/arm/dts')
-rw-r--r--arch/arm/dts/sdm845.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/sdm845.dtsi b/arch/arm/dts/sdm845.dtsi
index 607af277f8..92bdc82177 100644
--- a/arch/arm/dts/sdm845.dtsi
+++ b/arch/arm/dts/sdm845.dtsi
@@ -52,10 +52,10 @@
};
debug_uart: serial@a84000 {
- compatible = "qcom,msm-geni-uart";
+ compatible = "qcom,geni-debug-uart";
reg = <0xa84000 0x4000>;
reg-names = "se_phys";
- clock-names = "se-clk";
+ clock-names = "se";
clocks = <&gcc GCC_QUPV3_WRAP1_S1_CLK>;
pinctrl-names = "default";
pinctrl-0 = <&qup_uart9>;