From: Krzysztof Kozlowski Date: Fri, 7 Mar 2025 08:13:27 +0000 (+0100) Subject: dt-bindings: PCI: fsl,layerscape-pcie-ep: Drop unnecessary status from example X-Git-Tag: v6.15-rc1~119^2~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41df330ca403d172da03f75c7ac1629af8eca8e0;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: PCI: fsl,layerscape-pcie-ep: Drop unnecessary status from example 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 Signed-off-by: Krzysztof WilczyƄski Reviewed-by: Frank Li Link: https://lore.kernel.org/r/20250307081327.35153-2-krzysztof.kozlowski@linaro.org --- diff --git a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml index 1fdc899e7292b..d78a6d1f71987 100644 --- a/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml +++ b/Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml @@ -94,7 +94,6 @@ examples: reg-names = "regs", "addr_space"; interrupts = ; /* PME interrupt */ interrupt-names = "pme"; - status = "disabled"; }; }; ...