From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752691AbeCTKPp (ORCPT ); Tue, 20 Mar 2018 06:15:45 -0400 Received: from ozlabs.org ([103.22.144.67]:40099 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752269AbeCTKPc (ORCPT ); Tue, 20 Mar 2018 06:15:32 -0400 X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 78e5dfea84dc15d69940831b3981b3014d17222e In-Reply-To: <20180228224406.7049-1-robh@kernel.org> To: Rob Herring From: Michael Ellerman Cc: Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Mackerras , linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc: dts: replace 'linux,stdout-path' with 'stdout-path' Message-Id: <40582V6byxz9sZ5@ozlabs.org> Date: Tue, 20 Mar 2018 21:15:30 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2018-02-28 at 22:44:06 UTC, Rob Herring wrote: > 'linux,stdout-path' has been deprecated for some time in favor of > 'stdout-path'. Now dtc will warn on occurrences of 'linux,stdout-path'. > Search and replace all the of occurrences with 'stdout-path'. > > Signed-off-by: Rob Herring > Cc: Mark Rutland > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > Cc: linuxppc-dev@lists.ozlabs.org Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/78e5dfea84dc15d69940831b3981b3 cheers