On Tue, Apr 07, 2020 at 08:58:13PM -0600, Simon Glass wrote: > On Tue, 31 Mar 2020 at 13:25, Wolfgang Wallner > <[email protected]> wrote: > > >An: [email protected] > > >Von: "Simon Glass" <[email protected]> > > >Datum: 31.03.2020 01:14 > > >Kopie: "Andy Shevchenko" <[email protected]>, > > >"Wolfgang Wallner" <[email protected]>, "Leif > > >Lindholm" <[email protected]>, "Simon Glass" <[email protected]> > > >Betreff: [PATCH v3 14/29] acpi: Add a binding for ACPI settings in > > >the device tree
> > The _DSD-method for "PRP0001"-devices in ACPI allows to use Devicetree > > properties inside ACPI, especially it allows to re-use Devicetree's > > "compatible"-property. But this is for a different use case (using > > Devicetree > > properties inside ACPI, not add ACPI properties in Devicetree). Before we are going further with this here is a BIG CAVEAT. PRP0001 MUST NOT be used in production devices. This has been derived solely for debugging / pre-production testing / etc purposes. The real devices must have an official ACPI _HID. -- With Best Regards, Andy Shevchenko

