This chip was never support so drop the name that describes we support
this kind of chip.

Signed-off-by: Alexander Aring <alex.ar...@gmail.com>
---
 Documentation/devicetree/bindings/net/ieee802154/at86rf2xx.txt | 4 ++--
 drivers/net/ieee802154/Kconfig                                 | 4 ++--
 drivers/net/ieee802154/at86rf2xx.c                             | 2 --
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/ieee802154/at86rf2xx.txt 
b/Documentation/devicetree/bindings/net/ieee802154/at86rf2xx.txt
index d3bbdded..f1d39e8 100644
--- a/Documentation/devicetree/bindings/net/ieee802154/at86rf2xx.txt
+++ b/Documentation/devicetree/bindings/net/ieee802154/at86rf2xx.txt
@@ -1,8 +1,8 @@
 * AT86RF230 IEEE 802.15.4 *
 
 Required properties:
-  - compatible:                should be "atmel,at86rf230", "atmel,at86rf231",
-                       "atmel,at86rf233" or "atmel,at86rf212"
+  - compatible:                should be "atmel,at86rf231", "atmel,at86rf233" 
or
+                       "atmel,at86rf212"
   - spi-max-frequency: maximal bus speed, should be set to 7500000 depends
                        sync or async operation mode
   - reg:               the chipselect index
diff --git a/drivers/net/ieee802154/Kconfig b/drivers/net/ieee802154/Kconfig
index cd6312d..cb75717 100644
--- a/drivers/net/ieee802154/Kconfig
+++ b/drivers/net/ieee802154/Kconfig
@@ -32,10 +32,10 @@ config IEEE802154_FAKELB
 
 config IEEE802154_AT86RF2XX
        depends on IEEE802154_DRIVERS && MAC802154
-       tristate "AT86RF230/231/233/212 transceiver driver"
+       tristate "AT86RF231/233/212 transceiver driver"
        depends on SPI
        ---help---
-         Say Y here to enable the at86rf230/231/233/212 SPI 802.15.4 wireless
+         Say Y here to enable the at86rf231/233/212 SPI 802.15.4 wireless
          controller.
 
          This driver can also be built as a module. To do so, say M here.
diff --git a/drivers/net/ieee802154/at86rf2xx.c 
b/drivers/net/ieee802154/at86rf2xx.c
index 07f649a..5644473 100644
--- a/drivers/net/ieee802154/at86rf2xx.c
+++ b/drivers/net/ieee802154/at86rf2xx.c
@@ -1203,7 +1203,6 @@ static int at86rf2xx_remove(struct spi_device *spi)
 }
 
 static const struct of_device_id at86rf2xx_of_match[] = {
-       { .compatible = "atmel,at86rf230", },
        { .compatible = "atmel,at86rf231", },
        { .compatible = "atmel,at86rf233", },
        { .compatible = "atmel,at86rf212", },
@@ -1212,7 +1211,6 @@ static const struct of_device_id at86rf2xx_of_match[] = {
 MODULE_DEVICE_TABLE(of, at86rf2xx_of_match);
 
 static const struct spi_device_id at86rf2xx_device_id[] = {
-       { .name = "at86rf230", },
        { .name = "at86rf231", },
        { .name = "at86rf233", },
        { .name = "at86rf212", },
-- 
2.0.0


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to