Commit 22dbcfd6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: trim addresses to 8 digits

Hex numbers in addresses and sizes should be rather eight digits, not
nine.  Drop leading zeros.  No functional change (same DTB).
Suggested-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221115105046.95254-1-krzysztof.kozlowski@linaro.org
parent b132731b
...@@ -2222,7 +2222,7 @@ compute-cb@3 { ...@@ -2222,7 +2222,7 @@ compute-cb@3 {
cdsp: remoteproc@98900000 { cdsp: remoteproc@98900000 {
compatible = "qcom,sm8350-cdsp-pas"; compatible = "qcom,sm8350-cdsp-pas";
reg = <0 0x098900000 0 0x1400000>; reg = <0 0x98900000 0 0x1400000>;
interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_LEVEL_HIGH>, interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_LEVEL_HIGH>,
<&smp2p_cdsp_in 0 IRQ_TYPE_EDGE_RISING>, <&smp2p_cdsp_in 0 IRQ_TYPE_EDGE_RISING>,
......
...@@ -2091,7 +2091,7 @@ compute-cb@3 { ...@@ -2091,7 +2091,7 @@ compute-cb@3 {
remoteproc_adsp: remoteproc@30000000 { remoteproc_adsp: remoteproc@30000000 {
compatible = "qcom,sm8450-adsp-pas"; compatible = "qcom,sm8450-adsp-pas";
reg = <0 0x030000000 0 0x100>; reg = <0 0x30000000 0 0x100>;
interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>, interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
<&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>, <&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>,
...@@ -2157,7 +2157,7 @@ compute-cb@5 { ...@@ -2157,7 +2157,7 @@ compute-cb@5 {
remoteproc_cdsp: remoteproc@32300000 { remoteproc_cdsp: remoteproc@32300000 {
compatible = "qcom,sm8450-cdsp-pas"; compatible = "qcom,sm8450-cdsp-pas";
reg = <0 0x032300000 0 0x1400000>; reg = <0 0x32300000 0 0x1400000>;
interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>, interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
<&smp2p_cdsp_in 0 IRQ_TYPE_EDGE_RISING>, <&smp2p_cdsp_in 0 IRQ_TYPE_EDGE_RISING>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment