]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/ich.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / spi / ich.h
index dcb8a9048f86960bb24eff93804e35383c9b5382..a974241f98d8628fbd40f9017edc23e6450e969e 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright (c) 2011 The Chromium OS Authors.
  *
- * SPDX-License-Identifier:    GPL-2.0+
- *
  * This file is derived from the flashrom project.
  */
 
@@ -174,11 +173,10 @@ enum ich_version {
 
 struct ich_spi_platdata {
        enum ich_version ich_version;   /* Controller version, 7 or 9 */
+       bool lockdown;                  /* lock down controller settings? */
 };
 
 struct ich_spi_priv {
-       int ichspi_lock;
-       int locked;
        int opmenu;
        int menubytes;
        void *base;             /* Base of register set */