diff options
author | David S. Miller <davem@davemloft.net> | 2010-08-04 17:30:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-08 22:07:22 -0700 |
commit | c8837434e8bfd08abf3b596dbaeffe4a8b59a284 (patch) | |
tree | 62a25aeaa9e0b033b26ab2b51b903e4ef6ea2eaa /arch/sparc | |
parent | 2d53056973079e6c2ffc0d7ae3afbdd3d4f18ae3 (diff) | |
download | linux-3.10-c8837434e8bfd08abf3b596dbaeffe4a8b59a284.tar.gz linux-3.10-c8837434e8bfd08abf3b596dbaeffe4a8b59a284.tar.bz2 linux-3.10-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>
Diffstat (limited to 'arch/sparc')
-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 4f7afa01b2a..aa4c82648d8 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", + }, {}, }; |