Re: [PATCH v4 1/3] dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller
From: Martin Blumenstingl
Date: Thu Oct 24 2019 - 16:31:18 EST
Hi Dilip,
thank you for the update
two nit-picks below, apart from those it looks good to me
On Mon, Oct 21, 2019 at 8:39 AM Dilip Kota <eswara.kota@xxxxxxxxxxxxxxx> wrote:
[...]
> +examples:
> + - |
> + pcie10:pcie@d0e00000 {
why no space between pcie10 and pcie@d0e00000?
[...]
> + status = "okay";
examples should not use the status property, see commit 4da722ca19f30f
("dt-bindings: Remove "status" from examples")
Martin