lkml.org 
[lkml]   [2022]   [Dec]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 01/18] arm64: dts: qcom: ipq6018: Pad addresses to 8 hex digits
From
On 31/12/2022 13:58, Konrad Dybcio wrote:
> Some addresses were 7-hex-digits long, or less. Fix that.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/ipq6018.dtsi | 67 ++++++++++++++++++++++-----
> 1 file changed, 55 insertions(+), 12 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/ipq6018.dtsi b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> index 2ceae73a6069..17e15a06254f 100644
> --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
> @@ -146,7 +146,7 @@ reserved-memory {
> ranges;
>
> rpm_msg_ram: memory@60000 {
> - reg = <0x0 0x60000 0x0 0x6000>;
> + reg = <0x0 0x00060000 0x0 0x6000>;
> no-map;
> };
>
> @@ -181,7 +181,7 @@ soc: soc {
>
> prng: qrng@e1000 {
> compatible = "qcom,prng-ee";
> - reg = <0x0 0xe3000 0x0 0x1000>;
> + reg = <0x0 0x000e3000 0x0 0x1000>;
> clocks = <&gcc GCC_PRNG_AHB_CLK>;
> clock-names = "core";
> };
> @@ -366,6 +366,49 @@ qpic_nand: nand-controller@79b0000 {
> status = "disabled";
> };
>
> + usb3: usb@8af8800 {
> + compatible = "qcom,ipq6018-dwc3", "qcom,dwc3";

This hunk seems unrelated.

Best regards,
Krzysztof

\
 
 \ /
  Last update: 2023-03-26 23:24    [W:0.051 / U:2.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site