generic: ar8216: allow to configure AR8327 LEDs via platform data
[openwrt/svn-archive/archive.git] / target / linux / generic / files / drivers / net / phy / ar8216.h
index c9b5e9f579e859c9df23a77077a526972163ed51..8948c52054160908022bb92b3913fba659ab960e 100644 (file)
 #define   AR8327_PAD_RGMII_EN                  BIT(26)
 
 #define AR8327_REG_POWER_ON_STRIP              0x010
+#define   AR8327_POWER_ON_STRIP_POWER_ON_SEL   BIT(31)
+#define   AR8327_POWER_ON_STRIP_LED_OPEN_EN    BIT(24)
 
 #define AR8327_REG_INT_STATUS0                 0x020
 #define   AR8327_INT0_VT_DONE                  BIT(20)