From: David S. Miller Date: Thu, 5 Aug 2010 00:30:21 +0000 (-0700) Subject: sparc64: Add missing ID to parport probing code. X-Git-Tag: firefly_0821_release~10186^2~1083 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=89400a1849c22933053ae9ceb45da5d6d149560f;p=firefly-linux-kernel-4.4.55.git sparc64: Add missing ID to parport probing code. [ Upstream commit bf8253bf5e7cfe17dd53e3f6340a45b11d9fb51c ] SunBlade-2500 has 'parallel' device node with compatible property "pnpALI,1533,3" so add that to the ID table. Reported-by: Mikael Pettersson Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/sparc/include/asm/parport.h b/arch/sparc/include/asm/parport.h index ff9ead640c4a..43cf002d480b 100644 --- a/arch/sparc/include/asm/parport.h +++ b/arch/sparc/include/asm/parport.h @@ -228,6 +228,10 @@ static const struct of_device_id ecpp_match[] = { .name = "parallel", .compatible = "ns87317-ecpp", }, + { + .name = "parallel", + .compatible = "pnpALI,1533,3", + }, {}, };