summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/pq2fads.dts
diff options
context:
space:
mode:
authorRob Herring2018-02-28 23:44:06 +0100
committerMichael Ellerman2018-03-20 06:47:54 +0100
commit78e5dfea84dc15d69940831b3981b3014d17222e (patch)
treea312d0764fe68832849c0c97ee3f88e4e74d48dd /arch/powerpc/boot/dts/pq2fads.dts
parentselftests/powerpc: Add process creation benchmark (diff)
downloadkernel-qcow2-linux-78e5dfea84dc15d69940831b3981b3014d17222e.tar.gz
kernel-qcow2-linux-78e5dfea84dc15d69940831b3981b3014d17222e.tar.xz
kernel-qcow2-linux-78e5dfea84dc15d69940831b3981b3014d17222e.zip
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: Rob Herring <robh@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot/dts/pq2fads.dts')
-rw-r--r--arch/powerpc/boot/dts/pq2fads.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/pq2fads.dts b/arch/powerpc/boot/dts/pq2fads.dts
index 0c525ff0c257..a477615e3468 100644
--- a/arch/powerpc/boot/dts/pq2fads.dts
+++ b/arch/powerpc/boot/dts/pq2fads.dts
@@ -242,6 +242,6 @@
};
chosen {
- linux,stdout-path = "/soc/cpm/serial@11a00";
+ stdout-path = "/soc/cpm/serial@11a00";
};
};