Re: [PATCH] MIPS: Remove obsolete MIPS checks for DST node "chosen@0"
From: Paul Burton <hidden>
Date: 2018-08-06 16:52:59
From: Paul Burton <hidden>
Date: 2018-08-06 16:52:59
Hi Robert, On Mon, Aug 06, 2018 at 12:26:48PM -0400, Robert P. J. Day wrote:
As there is precious little left in any DTS files referring to the node "/chosen@0" as opposed to "/chosen", remove the two checks for the former node name. Signed-off-by: Robert P. J. Day <redacted> --- if this patch is applied, there are only a couple more lines that would need to be deleted to totally remove all refs to "chosen@0". at the moment, i see no MIPS DTS files that refer to that node name.
Thanks - this looks fine to me as the yamon-dt code right now only operates on arch/mips/boot/dts/mti/sead3.dts which uses chosen, not chosen@0. I have patches to use this code on Malta too but the same applies there - chosen, not chosen@0. Applied to mips-next for 4.19. Paul