Skip to content

Commit 3f67e69

Browse files
committed
riscv: dts: microchip: mpfs: fix incorrect pcie child node name
Recent versions of dt-schema complain about the PCIe controller's child node name: arch/riscv/boot/dts/microchip/mpfs-icicle-kit.dtb: pcie@2000000000: Unevaluated properties are not allowed ('clock-names', 'clocks', 'legacy-interrupt-controller', 'microchip,axi-m-atr0' were unexpected) From schema: Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml Make the dts match the correct property name in the dts. Fixes: 528a5b1 ("riscv: dts: microchip: add new peripherals to icicle kit device tree") Signed-off-by: Conor Dooley <[email protected]>
1 parent 34fc9cc commit 3f67e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/microchip/mpfs.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
msi-controller;
488488
microchip,axi-m-atr0 = <0x10 0x0>;
489489
status = "disabled";
490-
pcie_intc: legacy-interrupt-controller {
490+
pcie_intc: interrupt-controller {
491491
#address-cells = <0>;
492492
#interrupt-cells = <1>;
493493
interrupt-controller;

0 commit comments

Comments
 (0)