Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: 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>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: devicetree@vger.kernel.org
Signed-off-by: Michal Simek <michal.simek@xilinx.com>

authored by

Rob Herring and committed by
Michal Simek
a7a9e2f0 96f0e6fc

+1 -1
+1 -1
arch/microblaze/boot/dts/system.dts
··· 44 44 } ; 45 45 chosen { 46 46 bootargs = "console=ttyUL0,115200 highres=on"; 47 - linux,stdout-path = "/plb@0/serial@84000000"; 47 + stdout-path = "/plb@0/serial@84000000"; 48 48 } ; 49 49 cpus { 50 50 #address-cells = <1>;