From: Rob Herring Date: Wed, 28 Feb 2018 22:41:16 +0000 (-0600) Subject: arm64: dts: replace 'linux,stdout-path' with 'stdout-path' X-Git-Tag: v4.19~1283^2~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=393bd5b291f54b455a2a3879ac62c6a1c6382d00;p=platform%2Fkernel%2Flinux-rpi3.git arm64: 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 the one occurrence with 'stdout-path'. Signed-off-by: Rob Herring Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts index 2272352..00dd89b 100644 --- a/arch/arm64/boot/dts/exynos/exynos7-espresso.dts +++ b/arch/arm64/boot/dts/exynos/exynos7-espresso.dts @@ -23,7 +23,7 @@ }; chosen { - linux,stdout-path = &serial_2; + stdout-path = &serial_2; }; memory@40000000 {