diff options
author | Rob Herring <robh@kernel.org> | 2018-02-28 16:41:16 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-07 15:30:13 +0100 |
commit | 393bd5b291f54b455a2a3879ac62c6a1c6382d00 (patch) | |
tree | 22448053129e4e6b0cd078773eaf7d516bd919e5 /arch/arm64/boot/dts/exynos | |
parent | db543066301739052beb7b3656636df66c8ccca7 (diff) | |
download | op-kernel-dev-393bd5b291f54b455a2a3879ac62c6a1c6382d00.zip op-kernel-dev-393bd5b291f54b455a2a3879ac62c6a1c6382d00.tar.gz |
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 <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/exynos')
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |