* [PATCH] dt-bindings: PCI: Correct white-space style
@ 2026-08-01 19:55 Krzysztof Kozlowski
2026-08-01 19:57 ` sashiko-bot
2026-08-02 2:03 ` Marek Vasut
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-01 19:55 UTC (permalink / raw)
To: Jim Quinlan, Florian Fainelli,
Broadcom internal kernel review list, Bjorn Helgaas,
Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Marek Vasut, Yoshihiro Shimoda, Geert Uytterhoeven,
Magnus Damm, Kishon Vijay Abraham I, linux-pci, linux-rpi-kernel,
linux-arm-kernel, devicetree, linux-kernel, linux-renesas-soc
Cc: Krzysztof Kozlowski
Correct a few white-space issues, like double space after '=' or before
bracket '{' characters, which will be flagged by dt-check-style. No
functional changes.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
.../devicetree/bindings/pci/brcm,stb-pcie.yaml | 2 +-
.../bindings/pci/renesas,pci-rcar-gen2.yaml | 2 +-
.../devicetree/bindings/pci/ti,am65-pci-ep.yaml | 8 ++++----
.../devicetree/bindings/pci/ti,am65-pci-host.yaml | 12 ++++++------
4 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
index 812ef5957cfc..328b8156cd94 100644
--- a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
@@ -214,7 +214,7 @@ examples:
dma-ranges = <0x42000000 0x1 0x00000000 0x0 0x40000000 0x0 0x80000000>,
<0x42000000 0x1 0x80000000 0x3 0x00000000 0x0 0x80000000>;
brcm,enable-ssc;
- brcm,scb-sizes = <0x0000000080000000 0x0000000080000000>;
+ brcm,scb-sizes = <0x0000000080000000 0x0000000080000000>;
/* PCIe bridge, Root Port */
pci@0,0 {
diff --git a/Documentation/devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml b/Documentation/devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml
index 065b7508d288..1f0ab9ccd1dd 100644
--- a/Documentation/devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml
+++ b/Documentation/devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml
@@ -155,7 +155,7 @@ examples:
#include <dt-bindings/clock/r8a7790-cpg-mssr.h>
#include <dt-bindings/power/r8a7790-sysc.h>
- pci@ee090000 {
+ pci@ee090000 {
compatible = "renesas,pci-r8a7790", "renesas,pci-rcar-gen2";
device_type = "pci";
reg = <0xee090000 0xc00>,
diff --git a/Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml b/Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml
index 74195c1f5292..afde18c5a4fa 100644
--- a/Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml
+++ b/Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml
@@ -63,10 +63,10 @@ examples:
pcie0_ep: pcie-ep@5500000 {
compatible = "ti,am654-pcie-ep";
- reg = <0x5500000 0x1000>,
- <0x5501000 0x1000>,
- <0x10000000 0x8000000>,
- <0x5506000 0x1000>;
+ reg = <0x5500000 0x1000>,
+ <0x5501000 0x1000>,
+ <0x10000000 0x8000000>,
+ <0x5506000 0x1000>;
reg-names = "app", "dbics", "addr_space", "atu";
power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>;
ti,syscon-pcie-mode = <&scm_conf 0x4060>;
diff --git a/Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml
index 98f6c7f1b1a6..db92125a2f2d 100644
--- a/Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml
+++ b/Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml
@@ -121,12 +121,12 @@ examples:
pcie0_rc: pcie@5500000 {
compatible = "ti,am654-pcie-rc";
- reg = <0x5500000 0x1000>,
- <0x5501000 0x1000>,
- <0x10000000 0x2000>,
- <0x5506000 0x1000>,
- <0x2900000 0x1000>,
- <0x2908000 0x1000>;
+ reg = <0x5500000 0x1000>,
+ <0x5501000 0x1000>,
+ <0x10000000 0x2000>,
+ <0x5506000 0x1000>,
+ <0x2900000 0x1000>,
+ <0x2908000 0x1000>;
reg-names = "app", "dbics", "config", "atu", "vmap_lp", "vmap_hp";
power-domains = <&k3_pds 120 TI_SCI_PD_EXCLUSIVE>;
#address-cells = <3>;
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: PCI: Correct white-space style
2026-08-01 19:55 [PATCH] dt-bindings: PCI: Correct white-space style Krzysztof Kozlowski
@ 2026-08-01 19:57 ` sashiko-bot
2026-08-02 2:03 ` Marek Vasut
1 sibling, 0 replies; 3+ messages in thread
From: sashiko-bot @ 2026-08-01 19:57 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: linux-pci, robh, wsa+renesas, conor+dt, devicetree
> Correct a few white-space issues, like double space after '=' or before
> bracket '{' characters, which will be flagged by dt-check-style. No
> functional changes.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Sashiko has reviewed this patch and found no issues. It looks great!
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260801195517.235161-2-krzysztof.kozlowski@oss.qualcomm.com?part=1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: PCI: Correct white-space style
2026-08-01 19:55 [PATCH] dt-bindings: PCI: Correct white-space style Krzysztof Kozlowski
2026-08-01 19:57 ` sashiko-bot
@ 2026-08-02 2:03 ` Marek Vasut
1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2026-08-02 2:03 UTC (permalink / raw)
To: Krzysztof Kozlowski, Jim Quinlan, Florian Fainelli,
Broadcom internal kernel review list, Bjorn Helgaas,
Lorenzo Pieralisi, Krzysztof Wilczyński,
Manivannan Sadhasivam, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Marek Vasut, Yoshihiro Shimoda, Geert Uytterhoeven,
Magnus Damm, Kishon Vijay Abraham I, linux-pci, linux-rpi-kernel,
linux-arm-kernel, devicetree, linux-kernel, linux-renesas-soc
On 8/1/26 9:55 PM, Krzysztof Kozlowski wrote:
> +++ b/Documentation/devicetree/bindings/pci/renesas,pci-rcar-gen2.yaml
> @@ -155,7 +155,7 @@ examples:
> #include <dt-bindings/clock/r8a7790-cpg-mssr.h>
> #include <dt-bindings/power/r8a7790-sysc.h>
>
> - pci@ee090000 {
> + pci@ee090000 {
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Thank you !
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-02 2:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-01 19:55 [PATCH] dt-bindings: PCI: Correct white-space style Krzysztof Kozlowski
2026-08-01 19:57 ` sashiko-bot
2026-08-02 2:03 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox