mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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: e7534e7905 ("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
This commit is contained in:
parent
d17a200a74
commit
bb1b0f47f6
|
|
@ -41,22 +41,22 @@ properties:
|
|||
|
||||
interrupt-names:
|
||||
items:
|
||||
- description: serr
|
||||
- description: ser_cor
|
||||
- description: serr_nonfatal
|
||||
- description: serr_fatal
|
||||
- description: axi_err
|
||||
- description: inta
|
||||
- description: intb
|
||||
- description: intc
|
||||
- description: intd
|
||||
- description: msi
|
||||
- description: link_bandwidth
|
||||
- description: pm_pme
|
||||
- description: dma
|
||||
- description: pcie_evt
|
||||
- description: msg
|
||||
- description: all
|
||||
- const: serr
|
||||
- const: serr_cor
|
||||
- const: serr_nonfatal
|
||||
- const: serr_fatal
|
||||
- const: axi_err
|
||||
- const: inta
|
||||
- const: intb
|
||||
- const: intc
|
||||
- const: intd
|
||||
- const: msi
|
||||
- const: link_bandwidth
|
||||
- const: pm_pme
|
||||
- const: dma
|
||||
- const: pcie_evt
|
||||
- const: msg
|
||||
- const: all
|
||||
|
||||
interrupt-controller: true
|
||||
|
||||
|
|
@ -67,8 +67,8 @@ properties:
|
|||
|
||||
clock-names:
|
||||
items:
|
||||
- description: aclk
|
||||
- description: pm
|
||||
- const: aclk
|
||||
- const: pm
|
||||
|
||||
resets:
|
||||
items:
|
||||
|
|
@ -82,13 +82,13 @@ properties:
|
|||
|
||||
reset-names:
|
||||
items:
|
||||
- description: aresetn
|
||||
- description: rst_b
|
||||
- description: rst_gp_b
|
||||
- description: rst_ps_b
|
||||
- description: rst_rsm_b
|
||||
- description: rst_cfg_b
|
||||
- description: rst_load_b
|
||||
- const: aresetn
|
||||
- const: rst_b
|
||||
- const: rst_gp_b
|
||||
- const: rst_ps_b
|
||||
- const: rst_rsm_b
|
||||
- const: rst_cfg_b
|
||||
- const: rst_load_b
|
||||
|
||||
power-domains:
|
||||
maxItems: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user