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. -- 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