Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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

authored by

Krzysztof Kozlowski and committed by
Krzysztof Wilczyński
41df330c 208bb5c8

-1
-1
Documentation/devicetree/bindings/pci/fsl,layerscape-pcie-ep.yaml
··· 94 94 reg-names = "regs", "addr_space"; 95 95 interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; /* PME interrupt */ 96 96 interrupt-names = "pme"; 97 - status = "disabled"; 98 97 }; 99 98 }; 100 99 ...