diff options
author | Alexander Graf | 2018-01-25 12:05:44 +0100 |
---|---|---|
committer | Tom Rini | 2018-01-28 12:27:33 -0500 |
commit | fc8523a1474d33dcc5f7fd1823563fbd73aa1876 (patch) | |
tree | 4591d0eefcb8c21d84a73710d1a4683adff94ce8 /include/dm/platform_data | |
parent | 55b8a2ddaae407c8e9b4afe5cf33f848f0c4f49f (diff) |
serial: bcm283x_mu: Remove support for post-init disabling
We are switching to a model where a serial device doesn't even get probed when
it's not muxed properly, so we don't need device specific disabling
functionality anymore.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/dm/platform_data')
-rw-r--r-- | include/dm/platform_data/serial_bcm283x_mu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dm/platform_data/serial_bcm283x_mu.h b/include/dm/platform_data/serial_bcm283x_mu.h index c47d3c0e60e..57ae6adc053 100644 --- a/include/dm/platform_data/serial_bcm283x_mu.h +++ b/include/dm/platform_data/serial_bcm283x_mu.h @@ -19,7 +19,6 @@ struct bcm283x_mu_serial_platdata { unsigned long base; unsigned int clock; bool skip_init; - bool disabled; }; #endif |