]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sparc64: Add missing ID to parport probing code.
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Aug 2010 00:30:21 +0000 (17:30 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Aug 2010 23:45:57 +0000 (16:45 -0700)
[ 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 <mikpe@it.uu.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc/include/asm/parport.h

index c333b8d0949bf199b9a88a8b406ff644ca69c74e..d21ad5089d20096fd5756a0ebf8d292078614ff9 100644 (file)
@@ -228,6 +228,10 @@ static const struct of_device_id ecpp_match[] = {
                .name = "parallel",
                .compatible = "ns87317-ecpp",
        },
+       {
+               .name = "parallel",
+               .compatible = "pnpALI,1533,3",
+       },
        {},
 };