]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: PCI: fsl,layerscape-pcie-ep: Drop unnecessary status from example
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 7 Mar 2025 08:13:27 +0000 (09:13 +0100)
committerKrzysztof Wilczyński <kwilczynski@kernel.org>
Sat, 8 Mar 2025 14:54:38 +0000 (14:54 +0000)
Device nodes in the examples are supposed to be enabled, so the schema
will be validated against them.  Keeping them disabled hides potential
errors.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Krzysztof Wilczyński <kwilczynski@kernel.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250307081327.35153-2-krzysztof.kozlowski@linaro.org
Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml

index 1fdc899e7292b8fdb7af2e04a2ce36142ee809ba..d78a6d1f719871d1aad5ec4979dc77533102ce19 100644 (file)
@@ -94,7 +94,6 @@ examples:
         reg-names = "regs", "addr_space";
         interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */
         interrupt-names = "pme";
-        status = "disabled";
       };
     };
 ...