mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
26 lines
899 B
Diff
26 lines
899 B
Diff
|
From 7356ae3e10abd1d71f06ff0b8a8e72aa7c955c57 Mon Sep 17 00:00:00 2001
|
||
|
From: Konrad Dybcio <konrad.dybcio@linaro.org>
|
||
|
Date: Mon, 2 Jan 2023 10:46:30 +0100
|
||
|
Subject: [PATCH] arm64: dts: qcom: ipq6018: Use lowercase hex
|
||
|
|
||
|
One value escaped my previous lowercase hexification. Take care of it.
|
||
|
|
||
|
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
|
||
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
||
|
Link: https://lore.kernel.org/r/20230102094642.74254-6-konrad.dybcio@linaro.org
|
||
|
---
|
||
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
||
|
@@ -381,7 +381,7 @@
|
||
|
|
||
|
usb2: usb@70f8800 {
|
||
|
compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
|
||
|
- reg = <0x0 0x070F8800 0x0 0x400>;
|
||
|
+ reg = <0x0 0x070f8800 0x0 0x400>;
|
||
|
#address-cells = <2>;
|
||
|
#size-cells = <2>;
|
||
|
ranges;
|