projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3cb24
)
ARM: dts: qcom: apq8064: make pci regs property dt-schema compliant
author
David Heidelberg
<david@ixit.cz>
Sat, 25 Dec 2021 00:35:02 +0000
(
01:35
+0100)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 1 Feb 2022 00:15:36 +0000
(18:15 -0600)
Correctly format register pairs.
Fixes warning generated by `make qcom-apq8064-asus-nexus7-flo.dtb` as:
arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dt.yaml: soc: pci@
1b500000
:reg:0: [
458227712
, 4096,
458235904
, 128,
459276288
, 256,
267386880
,
1048576
] is too long
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link:
https://lore.kernel.org/r/20211225003502.115502-1-david@ixit.cz
arch/arm/boot/dts/qcom-apq8064.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom-apq8064.dtsi
b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 9100506cf51896f98404dc7b5c1096ce92929a08..c384193d0a28b2db734b95a2a0bd0b45893881c4 100644
(file)
--- a/
arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/
arch/arm/boot/dts/qcom-apq8064.dtsi
@@
-1368,10
+1368,10
@@
pcie: pci@1b500000 {
compatible = "qcom,pcie-apq8064", "snps,dw-pcie";
- reg = <0x1b500000 0x1000
- 0x1b502000 0x80
- 0x1b600000 0x100
-
0x0ff00000 0x100000>;
+ reg = <0x1b500000 0x1000
>,
+ <0x1b502000 0x80>,
+ <0x1b600000 0x100>,
+
<
0x0ff00000 0x100000>;
reg-names = "dbi", "elbi", "parf", "config";
device_type = "pci";
linux,pci-domain = <0>;