Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965583AbcDLVTz (ORCPT ); Tue, 12 Apr 2016 17:19:55 -0400 Received: from muru.com ([72.249.23.125]:50662 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965170AbcDLVTs (ORCPT ); Tue, 12 Apr 2016 17:19:48 -0400 Date: Tue, 12 Apr 2016 14:19:44 -0700 From: Tony Lindgren To: Paul Kocialkowski Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap3-sniper: Discard deprecated twl4030-power property Message-ID: <20160412211943.GH5995@atomide.com> References: <1459279545-17539-1-git-send-email-contact@paulk.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459279545-17539-1-git-send-email-contact@paulk.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 992 Lines: 23 * Paul Kocialkowski [160329 12:26]: > This uses ti,system-power-controller instead of the deprecated ti,use_poweroff > property for powering off. But what about the others? We have more of them: $ git grep ti,use_poweroff arch/arm/boot/dts arch/arm/boot/dts/logicpd-som-lv.dtsi: ti,use_poweroff; arch/arm/boot/dts/logicpd-torpedo-som.dtsi: ti,use_poweroff; arch/arm/boot/dts/omap3-beagle-xm.dts: ti,use_poweroff; arch/arm/boot/dts/omap3-evm-common.dtsi: ti,use_poweroff; arch/arm/boot/dts/omap3-gta04.dtsi: ti,use_poweroff; arch/arm/boot/dts/omap3-ldp.dts: ti,use_poweroff; arch/arm/boot/dts/omap3-n900.dts: ti,use_poweroff; arch/arm/boot/dts/omap3-n950-n9.dtsi: ti,use_poweroff; arch/arm/boot/dts/omap3-pandora-common.dtsi: ti,use_poweroff; arch/arm/boot/dts/omap3-sniper.dts: ti,use_poweroff; Regards, Tony