aboutsummaryrefslogtreecommitdiff
path: root/include/dm/platform_data
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-25 12:05:44 +0100
committerTom Rini <trini@konsulko.com>2018-01-28 12:27:33 -0500
commitfc8523a1474d33dcc5f7fd1823563fbd73aa1876 (patch)
tree4591d0eefcb8c21d84a73710d1a4683adff94ce8 /include/dm/platform_data
parent55b8a2ddaae407c8e9b4afe5cf33f848f0c4f49f (diff)
downloadu-boot-fc8523a1474d33dcc5f7fd1823563fbd73aa1876.zip
u-boot-fc8523a1474d33dcc5f7fd1823563fbd73aa1876.tar.gz
u-boot-fc8523a1474d33dcc5f7fd1823563fbd73aa1876.tar.bz2
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.h1
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 c47d3c0..57ae6ad 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