0036-v6.3-arm64-dts-qcom-ipq6018-Use-lowercase-hex.patch 899 B

12345678910111213141516171819202122232425
  1. From 7356ae3e10abd1d71f06ff0b8a8e72aa7c955c57 Mon Sep 17 00:00:00 2001
  2. From: Konrad Dybcio <[email protected]>
  3. Date: Mon, 2 Jan 2023 10:46:30 +0100
  4. Subject: [PATCH] arm64: dts: qcom: ipq6018: Use lowercase hex
  5. One value escaped my previous lowercase hexification. Take care of it.
  6. Signed-off-by: Konrad Dybcio <[email protected]>
  7. Signed-off-by: Bjorn Andersson <[email protected]>
  8. Link: https://lore.kernel.org/r/[email protected]
  9. ---
  10. arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
  13. +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
  14. @@ -381,7 +381,7 @@
  15. usb2: usb@70f8800 {
  16. compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";
  17. - reg = <0x0 0x070F8800 0x0 0x400>;
  18. + reg = <0x0 0x070f8800 0x0 0x400>;
  19. #address-cells = <2>;
  20. #size-cells = <2>;
  21. ranges;