diff options
author | David S. Miller | 2010-08-05 02:30:21 +0200 |
---|---|---|
committer | David S. Miller | 2010-08-09 07:07:22 +0200 |
commit | c8837434e8bfd08abf3b596dbaeffe4a8b59a284 (patch) | |
tree | 62a25aeaa9e0b033b26ab2b51b903e4ef6ea2eaa | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... (diff) | |
download | kernel-qcow2-linux-c8837434e8bfd08abf3b596dbaeffe4a8b59a284.tar.gz kernel-qcow2-linux-c8837434e8bfd08abf3b596dbaeffe4a8b59a284.tar.xz kernel-qcow2-linux-c8837434e8bfd08abf3b596dbaeffe4a8b59a284.zip |
sparc64: Add missing ID to parport probing code.
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>
Tested-by: Mikael Pettersson <mikpe@it.uu.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | arch/sparc/include/asm/parport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/parport.h b/arch/sparc/include/asm/parport.h index 4f7afa01b2ae..aa4c82648d88 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", + }, {}, }; |