lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 3fd7e2ee authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Bjorn Andersson

arm64: dts: qcom: sa8775p: pad reg properties to 8 digits

The file has inconsistent padding of the address part of soc node
children's reg properties. Fix it.
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@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/20230327125316.210812-2-brgl@bgdev.pl
parent 894e258b
...@@ -440,7 +440,7 @@ soc: soc@0 { ...@@ -440,7 +440,7 @@ soc: soc@0 {
gcc: clock-controller@100000 { gcc: clock-controller@100000 {
compatible = "qcom,sa8775p-gcc"; compatible = "qcom,sa8775p-gcc";
reg = <0x0 0x100000 0x0 0xc7018>; reg = <0x0 0x00100000 0x0 0xc7018>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
#power-domain-cells = <1>; #power-domain-cells = <1>;
...@@ -464,7 +464,7 @@ gcc: clock-controller@100000 { ...@@ -464,7 +464,7 @@ gcc: clock-controller@100000 {
ipcc: mailbox@408000 { ipcc: mailbox@408000 {
compatible = "qcom,sa8775p-ipcc", "qcom,ipcc"; compatible = "qcom,sa8775p-ipcc", "qcom,ipcc";
reg = <0x0 0x408000 0x0 0x1000>; reg = <0x0 0x00408000 0x0 0x1000>;
interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 229 IRQ_TYPE_LEVEL_HIGH>;
interrupt-controller; interrupt-controller;
#interrupt-cells = <3>; #interrupt-cells = <3>;
...@@ -473,7 +473,7 @@ ipcc: mailbox@408000 { ...@@ -473,7 +473,7 @@ ipcc: mailbox@408000 {
qupv3_id_1: geniqup@ac0000 { qupv3_id_1: geniqup@ac0000 {
compatible = "qcom,geni-se-qup"; compatible = "qcom,geni-se-qup";
reg = <0x0 0xac0000 0x0 0x6000>; reg = <0x0 0x00ac0000 0x0 0x6000>;
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
ranges; ranges;
...@@ -485,7 +485,7 @@ qupv3_id_1: geniqup@ac0000 { ...@@ -485,7 +485,7 @@ qupv3_id_1: geniqup@ac0000 {
uart10: serial@a8c000 { uart10: serial@a8c000 {
compatible = "qcom,geni-uart"; compatible = "qcom,geni-uart";
reg = <0x0 0xa8c000 0x0 0x4000>; reg = <0x0 0x00a8c000 0x0 0x4000>;
interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 356 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "se"; clock-names = "se";
clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>; clocks = <&gcc GCC_QUPV3_WRAP1_S3_CLK>;
...@@ -735,7 +735,7 @@ rpmhpd_opp_turbo_l1: opp-9 { ...@@ -735,7 +735,7 @@ rpmhpd_opp_turbo_l1: opp-9 {
tcsr_mutex: hwlock@1f40000 { tcsr_mutex: hwlock@1f40000 {
compatible = "qcom,tcsr-mutex"; compatible = "qcom,tcsr-mutex";
reg = <0x0 0x1f40000 0x0 0x20000>; reg = <0x0 0x01f40000 0x0 0x20000>;
#hwlock-cells = <1>; #hwlock-cells = <1>;
}; };
...@@ -754,7 +754,7 @@ cpufreq_hw: cpufreq@18591000 { ...@@ -754,7 +754,7 @@ cpufreq_hw: cpufreq@18591000 {
tlmm: pinctrl@f000000 { tlmm: pinctrl@f000000 {
compatible = "qcom,sa8775p-tlmm"; compatible = "qcom,sa8775p-tlmm";
reg = <0x0 0xf000000 0x0 0x1000000>; reg = <0x0 0x0f000000 0x0 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
......
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