-----Original Message----- From: glikely@xxxxxxxxxxxx [mailto:glikely@xxxxxxxxxxxx] On Behalf Of Grant Likely Sent: Friday, November 22, 2013 1:48 PM To: Anderson, Brandon Cc: Russell King - ARM Linux; Rafael J. Wysocki; linaro-acpi; ACPI Devel Mailing List Subject: Re: [Linaro-acpi] [PATCH V2 4/4] ACPI/ARM: Remove sections of DTS definition On Fri, Nov 22, 2013 at 6:12 PM, Brandon Anderson <brandon.anderson@xxxxxxx> wrote: > Use ACPI definition instead of DTS definition for devices that are > supported by AMBA bus ACPI module. The replacement ACPI definition was > provided in the related '0/4' email. > > Note that MMCI is compatible with AMBA bus ACPI module, but is not > ported due to complex relations with sysreg and voltage regulator. > > > Signed-off-by: Brandon Anderson <brandon.anderson@xxxxxxx> > --- > arch/arm64/boot/dts/foundation-v8-acpi.dts | 10 +++++++--- > arch/arm64/boot/dts/rtsm_ve-aemv8a-acpi.dts | 4 ++++ > arch/arm64/boot/dts/rtsm_ve-motherboard-acpi.dtsi | 8 ++++++++ > 3 files changed, 19 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/foundation-v8-acpi.dts > b/arch/arm64/boot/dts/foundation-v8-acpi.dts > index 7f57c53..f0671eb 100644 > --- a/arch/arm64/boot/dts/foundation-v8-acpi.dts > +++ b/arch/arm64/boot/dts/foundation-v8-acpi.dts > @@ -15,12 +15,16 @@ > > chosen { }; > > + /* > + * Removed for ACPI > + * > aliases { > serial0 = &v2m_serial0; > serial1 = &v2m_serial1; > serial2 = &v2m_serial2; > serial3 = &v2m_serial3; > }; > + */ There's no point in commenting the sections out. If you're removing them, remove the outright. g. Acknowledged. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html