On Wed, Jul 08, 2026 at 11:02:04AM +0530, Mukesh Ojha wrote: > +maintainers: > + - Eugen Hristev <[email protected]> > + - Mukesh Ojha <[email protected]> > + > +description: > + Reserved memory region for storing kernel debugging information that > + can be read by firmware and bootloader on Google Pixel platforms. > + > +allOf: > + - $ref: reserved-memory.yaml > + > +properties: > + compatible: > + const: google,debug-kinfo
I guess: google,pixel-debug-kinfo Or maybe even specific SoC. Both title and description suggest this does not apply to other Google devices (makes sense), so compatible should be somehow more specific, unless debug-kinfo is already enough to identify possible users and there is no conflict with debug-kinfo in Chromebooks, for example? Best regards, Krzysztof

