mirror of
https://github.com/torvalds/linux.git
synced 2026-09-26 01:52:03 +02:00
dt-bindings: PCI: Correct white-space style
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>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260801195517.235161-2-krzysztof.kozlowski@oss.qualcomm.com
This commit is contained in:
parent
8ba87bf6ed
commit
f7b2ceb411
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>,
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user