commit | 6001985f92e4a99504343485bfe2c18940a41011 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 25 12:05:55 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sun Jan 28 12:27:36 2018 -0500 |
tree | 49cd40e00fef73d73f5b4544336f098f74aa4ad6 | |
parent | 958d55f26ce4cde87a0f7cc5d5379b193a90d816 [diff] |
bcm2835_pl011_serial: Add BCM2835 specific serial driver On bcm2835 we need to ensure we only access serial devices that are muxed to the serial output pins of the pin header. To achieve this for the pl011 device, add a bcm2835 specific pl011 wrapper device that does this check but otherwise behaves like a pl011 device. Signed-off-by: Alexander Graf <agraf@suse.de>