Skip to content

Commit bb1b0f4

Browse files
John MadieuMani-Sadhasivam
authored andcommitted
dt-bindings: PCI: renesas,r9a08g045s33-pcie: Fix naming properties
Fix a typo in interrupt-names: "ser_cor" should be "serr_cor" (System Error Correctable). Also convert interrupt-names, clock-names, and reset-names properties from "description" to "const" to enable proper validation with dtbs_check. Fixes: e7534e7 ("dt-bindings: PCI: Add Renesas RZ/G3S PCIe controller binding") Signed-off-by: John Madieu <john.madieu.xa@bp.renesas.com> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> # RZ/V2N EVK Tested-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20260306143423.19562-6-john.madieu.xa@bp.renesas.com
1 parent d17a200 commit bb1b0f4

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

Documentation/devicetree/bindings/pci/renesas,r9a08g045-pcie.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ properties:
4141

4242
interrupt-names:
4343
items:
44-
- description: serr
45-
- description: ser_cor
46-
- description: serr_nonfatal
47-
- description: serr_fatal
48-
- description: axi_err
49-
- description: inta
50-
- description: intb
51-
- description: intc
52-
- description: intd
53-
- description: msi
54-
- description: link_bandwidth
55-
- description: pm_pme
56-
- description: dma
57-
- description: pcie_evt
58-
- description: msg
59-
- description: all
44+
- const: serr
45+
- const: serr_cor
46+
- const: serr_nonfatal
47+
- const: serr_fatal
48+
- const: axi_err
49+
- const: inta
50+
- const: intb
51+
- const: intc
52+
- const: intd
53+
- const: msi
54+
- const: link_bandwidth
55+
- const: pm_pme
56+
- const: dma
57+
- const: pcie_evt
58+
- const: msg
59+
- const: all
6060

6161
interrupt-controller: true
6262

@@ -67,8 +67,8 @@ properties:
6767

6868
clock-names:
6969
items:
70-
- description: aclk
71-
- description: pm
70+
- const: aclk
71+
- const: pm
7272

7373
resets:
7474
items:
@@ -82,13 +82,13 @@ properties:
8282

8383
reset-names:
8484
items:
85-
- description: aresetn
86-
- description: rst_b
87-
- description: rst_gp_b
88-
- description: rst_ps_b
89-
- description: rst_rsm_b
90-
- description: rst_cfg_b
91-
- description: rst_load_b
85+
- const: aresetn
86+
- const: rst_b
87+
- const: rst_gp_b
88+
- const: rst_ps_b
89+
- const: rst_rsm_b
90+
- const: rst_cfg_b
91+
- const: rst_load_b
9292

9393
power-domains:
9494
maxItems: 1

0 commit comments

Comments
 (0)