Re: [PATCH] powerpc: dts: replace 'linux, stdout-path' with 'stdout-path'
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-03-01 01:33:16
Also in:
linux-devicetree, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-03-01 01:33:16
Also in:
linux-devicetree, lkml
Rob Herring [off-list ref] writes:
'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'.
This patch looks OK. But please remember that not all device trees are generated with dtc, we still have machines in the wild that have firmware which use "linux,stdout-path" and may never be updated. cheers