qualcommax: backport more changes for ipq6018 and ipq8074
[openwrt/staging/jow.git] / target / linux / qualcommax / patches-6.1 / 0036-v6.3-arm64-dts-qcom-ipq6018-Use-lowercase-hex.patch
1 From 7356ae3e10abd1d71f06ff0b8a8e72aa7c955c57 Mon Sep 17 00:00:00 2001
2 From: Konrad Dybcio <konrad.dybcio@linaro.org>
3 Date: Mon, 2 Jan 2023 10:46:30 +0100
4 Subject: [PATCH] arm64: dts: qcom: ipq6018: Use lowercase hex
5
6 One value escaped my previous lowercase hexification. Take care of it.
7
8 Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
9 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
10 Link: https://lore.kernel.org/r/20230102094642.74254-6-konrad.dybcio@linaro.org
11 ---
12 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
16 +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
17 @@ -381,7 +381,7 @@
18
19 usb2: usb@70f8800 {
20 compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
21 - reg = <0x0 0x070F8800 0x0 0x400>;
22 + reg = <0x0 0x070f8800 0x0 0x400>;
23 #address-cells = <2>;
24 #size-cells = <2>;
25 ranges;