From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935555AbeB1Wjv (ORCPT ); Wed, 28 Feb 2018 17:39:51 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:33822 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935526AbeB1Wjp (ORCPT ); Wed, 28 Feb 2018 17:39:45 -0500 X-Google-Smtp-Source: AG47ELtkc+9OtF6F3OjziTmR4V/sct6Htf7o8Li3qmghIuWA5n+NBQQjMGnruuWmsHIxNak2lCtfIQ== From: Rob Herring To: Michal Simek Cc: linux-kernel@vger.kernel.org, Mark Rutland , devicetree@vger.kernel.org Subject: [PATCH 3/3] microblaze: dts: replace 'linux,stdout-path' with 'stdout-path' Date: Wed, 28 Feb 2018 16:39:37 -0600 Message-Id: <20180228223937.29196-4-robh@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20180228223937.29196-1-robh@kernel.org> References: <20180228223937.29196-1-robh@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org '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 the one occurrence with 'stdout-path'. Signed-off-by: Rob Herring Cc: Mark Rutland Cc: Michal Simek Cc: devicetree@vger.kernel.org --- arch/microblaze/boot/dts/system.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/microblaze/boot/dts/system.dts b/arch/microblaze/boot/dts/system.dts index b620da23febb..8a420c6702eb 100644 --- a/arch/microblaze/boot/dts/system.dts +++ b/arch/microblaze/boot/dts/system.dts @@ -44,7 +44,7 @@ } ; chosen { bootargs = "console=ttyUL0,115200 highres=on"; - linux,stdout-path = "/plb@0/serial@84000000"; + stdout-path = "/plb@0/serial@84000000"; } ; cpus { #address-cells = <1>; -- 2.14.1