diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-09-22 00:38:37 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-09-29 17:23:11 +0200 |
commit | 63a7cf67912a9fa7ad4790a13e88aad8c3fb3ba9 (patch) | |
tree | 3794c944f110188d234de4e568a184ae6fa2a9e0 /target/linux/mpc85xx/files | |
parent | 7b76219e157ba3aafa7bcdcac2dd7fef9e9623d9 (diff) | |
download | upstream-63a7cf67912a9fa7ad4790a13e88aad8c3fb3ba9.tar.gz upstream-63a7cf67912a9fa7ad4790a13e88aad8c3fb3ba9.tar.bz2 upstream-63a7cf67912a9fa7ad4790a13e88aad8c3fb3ba9.zip |
treewide: replace 'linux, stdout-path' with 'stdout-path'
This follows a similar upstream patch by Rob Herring:
|commit 78e5dfea84dc15d69940831b3981b3014d17222e
|Author: Rob Herring <robh@kernel.org>
|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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/mpc85xx/files')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts index bde5eb9575..c54cab9511 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -18,7 +18,7 @@ chosen { bootargs = "console=ttyS0,115200"; /* - linux,stdout-path = "/soc@ffe00000/serial@4500"; + stdout-path = "/soc@ffe00000/serial@4500"; */ }; |