Re: [PATCH] dt-bindings: firmware: coreboot: Document optional device specific properties
From: Chen-Yu Tsai
Date: Wed Nov 19 2025 - 02:32:44 EST
On Wed, Nov 19, 2025 at 3:13 PM Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
>
> On 19/11/2025 08:11, Chen-Yu Tsai wrote:
> > Coreboot, or the ChromeOS second stage bootloader, depthcharge, will
> > insert device specific properties into the coreboot firmware node when
> > there are valid values.
> >
> > Document these properties in the binding.
> >
> > Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
> > ---
> > Documentation/devicetree/bindings/firmware/coreboot.txt | 9 +++++++++
> > 1 file changed, 9 insertions(+)
> >
>
> TXT files cannot receive new properties. You need to first convert to DT
> schema.
OK. Let me look into this.