From 63a7cf67912a9fa7ad4790a13e88aad8c3fb3ba9 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 22 Sep 2018 00:38:37 +0200 Subject: treewide: replace 'linux, stdout-path' with 'stdout-path' This follows a similar upstream patch by Rob Herring: |commit 78e5dfea84dc15d69940831b3981b3014d17222e |Author: Rob Herring |Date: Wed Feb 28 16:44:06 2018 -0600 | powerpc: dts: replace 'linux,stdout-path' with 'stdout-path' | | '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: Christian Lamparter --- target/linux/apm821xx/dts/meraki-mr24.dts | 2 +- target/linux/apm821xx/dts/meraki-mx60.dts | 2 +- target/linux/apm821xx/dts/netgear-wndr4700.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/apm821xx/dts') diff --git a/target/linux/apm821xx/dts/meraki-mr24.dts b/target/linux/apm821xx/dts/meraki-mr24.dts index 7152c0296c..63cb88b8f1 100644 --- a/target/linux/apm821xx/dts/meraki-mr24.dts +++ b/target/linux/apm821xx/dts/meraki-mr24.dts @@ -27,7 +27,7 @@ }; chosen { - linux,stdout-path = "/plb/opb/serial@ef600400"; + stdout-path = "/plb/opb/serial@ef600400"; }; }; diff --git a/target/linux/apm821xx/dts/meraki-mx60.dts b/target/linux/apm821xx/dts/meraki-mx60.dts index 042c1c4303..881d9335a1 100644 --- a/target/linux/apm821xx/dts/meraki-mx60.dts +++ b/target/linux/apm821xx/dts/meraki-mx60.dts @@ -27,7 +27,7 @@ }; chosen { - linux,stdout-path = "/plb/opb/serial@ef600400"; + stdout-path = "/plb/opb/serial@ef600400"; }; }; diff --git a/target/linux/apm821xx/dts/netgear-wndr4700.dts b/target/linux/apm821xx/dts/netgear-wndr4700.dts index 4a252cf0b8..171b7e34d6 100644 --- a/target/linux/apm821xx/dts/netgear-wndr4700.dts +++ b/target/linux/apm821xx/dts/netgear-wndr4700.dts @@ -26,7 +26,7 @@ }; chosen { - linux,stdout-path = "/plb/opb/serial@ef600300"; + stdout-path = "/plb/opb/serial@ef600300"; }; thermal-zones { -- cgit v1.2.3