047-0012-ARM-dts-BCM5301X-Don-t-use-nonexistent-default-off-L.patch 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. From 0b660259e927177dc0c6eb3b1c39f23c6a011c5f Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
  3. Date: Wed, 8 Mar 2017 07:41:05 +0100
  4. Subject: [PATCH] ARM: dts: BCM5301X: Don't use nonexistent "default-off" LED
  5. trigger
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=UTF-8
  8. Content-Transfer-Encoding: 8bit
  9. Such a trigger doesn't exist in Linux and is not needed as LED is being
  10. turned off by default. This could cause errors in LEDs core code when
  11. trying to set default trigger.
  12. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  13. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  14. ---
  15. arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts | 5 -----
  16. arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts | 2 --
  17. arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | 5 -----
  18. arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 3 ---
  19. arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts | 3 ---
  20. arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts | 10 ----------
  21. arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts | 2 --
  22. arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 4 ----
  23. arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts | 2 --
  24. arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts | 8 --------
  25. arch/arm/boot/dts/bcm4709-netgear-r7000.dts | 7 -------
  26. arch/arm/boot/dts/bcm4709-netgear-r8000.dts | 9 ---------
  27. arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 8 --------
  28. arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 6 ------
  29. arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 8 --------
  30. arch/arm/boot/dts/bcm47094-netgear-r8500.dts | 6 ------
  31. 16 files changed, 88 deletions(-)
  32. --- a/arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
  33. +++ b/arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
  34. @@ -41,19 +41,16 @@
  35. usb3 {
  36. label = "bcm53xx:blue:usb3";
  37. gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
  38. - linux,default-trigger = "default-off";
  39. };
  40. wan {
  41. label = "bcm53xx:blue:wan";
  42. gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
  43. - linux,default-trigger = "default-off";
  44. };
  45. lan {
  46. label = "bcm53xx:blue:lan";
  47. gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
  48. - linux,default-trigger = "default-off";
  49. };
  50. power {
  51. @@ -71,14 +68,12 @@
  52. 2ghz {
  53. label = "bcm53xx:blue:2ghz";
  54. gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>;
  55. - linux,default-trigger = "default-off";
  56. };
  57. usb2 {
  58. label = "bcm53xx:blue:usb2";
  59. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  60. - linux,default-trigger = "default-off";
  61. };
  62. };
  63. --- a/arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
  64. +++ b/arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
  65. @@ -41,7 +41,6 @@
  66. usb2 {
  67. label = "bcm53xx:blue:usb2";
  68. gpios = <&chipcommon 0 GPIO_ACTIVE_LOW>;
  69. - linux,default-trigger = "default-off";
  70. };
  71. power {
  72. @@ -59,7 +58,6 @@
  73. usb3 {
  74. label = "bcm53xx:blue:usb3";
  75. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  76. - linux,default-trigger = "default-off";
  77. };
  78. };
  79. --- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
  80. +++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
  81. @@ -52,13 +52,11 @@
  82. usb {
  83. label = "bcm53xx:blue:usb";
  84. gpios = <&hc595 0 GPIO_ACTIVE_HIGH>;
  85. - linux,default-trigger = "default-off";
  86. };
  87. power0 {
  88. label = "bcm53xx:red:power";
  89. gpios = <&hc595 1 GPIO_ACTIVE_HIGH>;
  90. - linux,default-trigger = "default-off";
  91. };
  92. power1 {
  93. @@ -76,7 +74,6 @@
  94. router1 {
  95. label = "bcm53xx:amber:router";
  96. gpios = <&hc595 4 GPIO_ACTIVE_HIGH>;
  97. - linux,default-trigger = "default-off";
  98. };
  99. wan {
  100. @@ -88,13 +85,11 @@
  101. wireless0 {
  102. label = "bcm53xx:blue:wireless";
  103. gpios = <&hc595 6 GPIO_ACTIVE_HIGH>;
  104. - linux,default-trigger = "default-off";
  105. };
  106. wireless1 {
  107. label = "bcm53xx:amber:wireless";
  108. gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
  109. - linux,default-trigger = "default-off";
  110. };
  111. };
  112. --- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
  113. +++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
  114. @@ -43,19 +43,16 @@
  115. power1 {
  116. label = "bcm53xx:amber:power";
  117. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  118. - linux,default-trigger = "default-off";
  119. };
  120. usb {
  121. label = "bcm53xx:blue:usb";
  122. gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>;
  123. - linux,default-trigger = "default-off";
  124. };
  125. wireless {
  126. label = "bcm53xx:blue:wireless";
  127. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  128. - linux,default-trigger = "default-off";
  129. };
  130. };
  131. --- a/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
  132. +++ b/arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
  133. @@ -47,7 +47,6 @@
  134. power0 {
  135. label = "bcm53xx:green:power";
  136. gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
  137. - linux,default-trigger = "default-off";
  138. };
  139. power1 {
  140. @@ -59,13 +58,11 @@
  141. usb {
  142. label = "bcm53xx:blue:usb";
  143. gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>;
  144. - linux,default-trigger = "default-off";
  145. };
  146. wireless {
  147. label = "bcm53xx:blue:wireless";
  148. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  149. - linux,default-trigger = "default-off";
  150. };
  151. };
  152. --- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
  153. +++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
  154. @@ -37,61 +37,51 @@
  155. power-amber {
  156. label = "bcm53xx:amber:power";
  157. gpios = <&chipcommon 2 GPIO_ACTIVE_HIGH>;
  158. - linux,default-trigger = "default-off";
  159. };
  160. usb2 {
  161. label = "bcm53xx:white:usb2";
  162. gpios = <&chipcommon 3 GPIO_ACTIVE_HIGH>;
  163. - linux,default-trigger = "default-off";
  164. };
  165. usb3-white {
  166. label = "bcm53xx:white:usb3";
  167. gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>;
  168. - linux,default-trigger = "default-off";
  169. };
  170. usb3-green {
  171. label = "bcm53xx:green:usb3";
  172. gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>;
  173. - linux,default-trigger = "default-off";
  174. };
  175. wps {
  176. label = "bcm53xx:white:wps";
  177. gpios = <&chipcommon 6 GPIO_ACTIVE_HIGH>;
  178. - linux,default-trigger = "default-off";
  179. };
  180. status-red {
  181. label = "bcm53xx:red:status";
  182. gpios = <&chipcommon 8 GPIO_ACTIVE_HIGH>;
  183. - linux,default-trigger = "default-off";
  184. };
  185. status-green {
  186. label = "bcm53xx:green:status";
  187. gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
  188. - linux,default-trigger = "default-off";
  189. };
  190. status-blue {
  191. label = "bcm53xx:blue:status";
  192. gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>;
  193. - linux,default-trigger = "default-off";
  194. };
  195. wan-white {
  196. label = "bcm53xx:white:wan";
  197. gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>;
  198. - linux,default-trigger = "default-off";
  199. };
  200. wan-red {
  201. label = "bcm53xx:red:wan";
  202. gpios = <&chipcommon 13 GPIO_ACTIVE_HIGH>;
  203. - linux,default-trigger = "default-off";
  204. };
  205. };
  206. --- a/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
  207. +++ b/arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
  208. @@ -47,7 +47,6 @@
  209. usb2 {
  210. label = "bcm53xx:blue:usb2";
  211. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  212. - linux,default-trigger = "default-off";
  213. };
  214. wan {
  215. @@ -65,7 +64,6 @@
  216. usb3 {
  217. label = "bcm53xx:blue:usb3";
  218. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  219. - linux,default-trigger = "default-off";
  220. };
  221. };
  222. --- a/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
  223. +++ b/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
  224. @@ -68,7 +68,6 @@
  225. power1 {
  226. label = "bcm53xx:red:power";
  227. gpios = <&hc595 2 GPIO_ACTIVE_HIGH>;
  228. - linux,default-trigger = "default-off";
  229. };
  230. router0 {
  231. @@ -80,7 +79,6 @@
  232. router1 {
  233. label = "bcm53xx:amber:router";
  234. gpios = <&hc595 4 GPIO_ACTIVE_HIGH>;
  235. - linux,default-trigger = "default-off";
  236. };
  237. wan {
  238. @@ -92,13 +90,11 @@
  239. wireless0 {
  240. label = "bcm53xx:green:wireless";
  241. gpios = <&hc595 6 GPIO_ACTIVE_HIGH>;
  242. - linux,default-trigger = "default-off";
  243. };
  244. wireless1 {
  245. label = "bcm53xx:amber:wireless";
  246. gpios = <&hc595 7 GPIO_ACTIVE_HIGH>;
  247. - linux,default-trigger = "default-off";
  248. };
  249. };
  250. --- a/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
  251. +++ b/arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
  252. @@ -41,7 +41,6 @@
  253. wps {
  254. label = "bcm53xx:blue:wps";
  255. gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
  256. - linux,default-trigger = "default-off";
  257. };
  258. power {
  259. @@ -53,7 +52,6 @@
  260. wan {
  261. label = "bcm53xx:red:wan";
  262. gpios = <&chipcommon 5 GPIO_ACTIVE_LOW>;
  263. - linux,default-trigger = "default-off";
  264. };
  265. };
  266. --- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
  267. +++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
  268. @@ -31,13 +31,11 @@
  269. usb {
  270. label = "bcm53xx:green:usb";
  271. gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>;
  272. - linux,default-trigger = "default-off";
  273. };
  274. power-amber {
  275. label = "bcm53xx:amber:power";
  276. gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>;
  277. - linux,default-trigger = "default-off";
  278. };
  279. power-white {
  280. @@ -49,37 +47,31 @@
  281. router-amber {
  282. label = "bcm53xx:amber:router";
  283. gpios = <&chipcommon 7 GPIO_ACTIVE_HIGH>;
  284. - linux,default-trigger = "default-off";
  285. };
  286. router-white {
  287. label = "bcm53xx:white:router";
  288. gpios = <&chipcommon 8 GPIO_ACTIVE_HIGH>;
  289. - linux,default-trigger = "default-off";
  290. };
  291. wan-amber {
  292. label = "bcm53xx:amber:wan";
  293. gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
  294. - linux,default-trigger = "default-off";
  295. };
  296. wan-white {
  297. label = "bcm53xx:white:wan";
  298. gpios = <&chipcommon 10 GPIO_ACTIVE_HIGH>;
  299. - linux,default-trigger = "default-off";
  300. };
  301. wireless-amber {
  302. label = "bcm53xx:amber:wireless";
  303. gpios = <&chipcommon 11 GPIO_ACTIVE_HIGH>;
  304. - linux,default-trigger = "default-off";
  305. };
  306. wireless-white {
  307. label = "bcm53xx:white:wireless";
  308. gpios = <&chipcommon 12 GPIO_ACTIVE_HIGH>;
  309. - linux,default-trigger = "default-off";
  310. };
  311. };
  312. --- a/arch/arm/boot/dts/bcm4709-netgear-r7000.dts
  313. +++ b/arch/arm/boot/dts/bcm4709-netgear-r7000.dts
  314. @@ -47,43 +47,36 @@
  315. power-amber {
  316. label = "bcm53xx:amber:power";
  317. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  318. - linux,default-trigger = "default-off";
  319. };
  320. 5ghz {
  321. label = "bcm53xx:white:5ghz";
  322. gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>;
  323. - linux,default-trigger = "default-off";
  324. };
  325. 2ghz {
  326. label = "bcm53xx:white:2ghz";
  327. gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
  328. - linux,default-trigger = "default-off";
  329. };
  330. wps {
  331. label = "bcm53xx:white:wps";
  332. gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>;
  333. - linux,default-trigger = "default-off";
  334. };
  335. wireless {
  336. label = "bcm53xx:white:wireless";
  337. gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>;
  338. - linux,default-trigger = "default-off";
  339. };
  340. usb3 {
  341. label = "bcm53xx:white:usb3";
  342. gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
  343. - linux,default-trigger = "default-off";
  344. };
  345. usb2 {
  346. label = "bcm53xx:white:usb2";
  347. gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>;
  348. - linux,default-trigger = "default-off";
  349. };
  350. };
  351. --- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
  352. +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts
  353. @@ -47,7 +47,6 @@
  354. power-amber {
  355. label = "bcm53xx:amber:power";
  356. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  357. - linux,default-trigger = "default-off";
  358. };
  359. wan-white {
  360. @@ -59,49 +58,41 @@
  361. wan-amber {
  362. label = "bcm53xx:amber:wan";
  363. gpios = <&chipcommon 9 GPIO_ACTIVE_HIGH>;
  364. - linux,default-trigger = "default-off";
  365. };
  366. 5ghz-1 {
  367. label = "bcm53xx:white:5ghz-1";
  368. gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>;
  369. - linux,default-trigger = "default-off";
  370. };
  371. 2ghz {
  372. label = "bcm53xx:white:2ghz";
  373. gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
  374. - linux,default-trigger = "default-off";
  375. };
  376. wireless {
  377. label = "bcm53xx:white:wireless";
  378. gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>;
  379. - linux,default-trigger = "default-off";
  380. };
  381. wps {
  382. label = "bcm53xx:white:wps";
  383. gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>;
  384. - linux,default-trigger = "default-off";
  385. };
  386. 5ghz-2 {
  387. label = "bcm53xx:white:5ghz-2";
  388. gpios = <&chipcommon 16 GPIO_ACTIVE_LOW>;
  389. - linux,default-trigger = "default-off";
  390. };
  391. usb3 {
  392. label = "bcm53xx:white:usb3";
  393. gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
  394. - linux,default-trigger = "default-off";
  395. };
  396. usb2 {
  397. label = "bcm53xx:white:usb2";
  398. gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>;
  399. - linux,default-trigger = "default-off";
  400. };
  401. };
  402. --- a/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
  403. +++ b/arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts
  404. @@ -26,49 +26,41 @@
  405. lan {
  406. label = "bcm53xx:blue:lan";
  407. gpios = <&chipcommon 1 GPIO_ACTIVE_HIGH>;
  408. - linux,default-trigger = "default-off";
  409. };
  410. wps {
  411. label = "bcm53xx:blue:wps";
  412. gpios = <&chipcommon 2 GPIO_ACTIVE_HIGH>;
  413. - linux,default-trigger = "default-off";
  414. };
  415. 2ghz {
  416. label = "bcm53xx:blue:2ghz";
  417. gpios = <&chipcommon 4 GPIO_ACTIVE_HIGH>;
  418. - linux,default-trigger = "default-off";
  419. };
  420. 5ghz {
  421. label = "bcm53xx:blue:5ghz";
  422. gpios = <&chipcommon 5 GPIO_ACTIVE_HIGH>;
  423. - linux,default-trigger = "default-off";
  424. };
  425. usb3 {
  426. label = "bcm53xx:blue:usb3";
  427. gpios = <&chipcommon 6 GPIO_ACTIVE_HIGH>;
  428. - linux,default-trigger = "default-off";
  429. };
  430. usb2 {
  431. label = "bcm53xx:blue:usb2";
  432. gpios = <&chipcommon 7 GPIO_ACTIVE_HIGH>;
  433. - linux,default-trigger = "default-off";
  434. };
  435. wan-blue {
  436. label = "bcm53xx:blue:wan";
  437. gpios = <&chipcommon 14 GPIO_ACTIVE_HIGH>;
  438. - linux,default-trigger = "default-off";
  439. };
  440. wan-amber {
  441. label = "bcm53xx:amber:wan";
  442. gpios = <&chipcommon 15 GPIO_ACTIVE_HIGH>;
  443. - linux,default-trigger = "default-off";
  444. };
  445. power {
  446. --- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
  447. +++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
  448. @@ -56,37 +56,31 @@
  449. wan-white {
  450. label = "bcm53xx:white:wan";
  451. gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
  452. - linux,default-trigger = "default-off";
  453. };
  454. power-amber {
  455. label = "bcm53xx:amber:power";
  456. gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
  457. - linux,default-trigger = "default-off";
  458. };
  459. wan-amber {
  460. label = "bcm53xx:amber:wan";
  461. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  462. - linux,default-trigger = "default-off";
  463. };
  464. usb3-white {
  465. label = "bcm53xx:white:usb3";
  466. gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>;
  467. - linux,default-trigger = "default-off";
  468. };
  469. 2ghz {
  470. label = "bcm53xx:white:2ghz";
  471. gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
  472. - linux,default-trigger = "default-off";
  473. };
  474. 5ghz {
  475. label = "bcm53xx:white:5ghz";
  476. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  477. - linux,default-trigger = "default-off";
  478. };
  479. };
  480. --- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
  481. +++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
  482. @@ -34,37 +34,31 @@
  483. lan3 {
  484. label = "bcm53xx:green:lan3";
  485. gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
  486. - linux,default-trigger = "default-off";
  487. };
  488. lan4 {
  489. label = "bcm53xx:green:lan4";
  490. gpios = <&chipcommon 2 GPIO_ACTIVE_LOW>;
  491. - linux,default-trigger = "default-off";
  492. };
  493. wan {
  494. label = "bcm53xx:green:wan";
  495. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  496. - linux,default-trigger = "default-off";
  497. };
  498. lan1 {
  499. label = "bcm53xx:green:lan1";
  500. gpios = <&chipcommon 4 GPIO_ACTIVE_LOW>;
  501. - linux,default-trigger = "default-off";
  502. };
  503. lan2 {
  504. label = "bcm53xx:green:lan2";
  505. gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>;
  506. - linux,default-trigger = "default-off";
  507. };
  508. usb3 {
  509. label = "bcm53xx:green:usb3";
  510. gpios = <&chipcommon 8 GPIO_ACTIVE_LOW>;
  511. - linux,default-trigger = "default-off";
  512. };
  513. status {
  514. @@ -76,13 +70,11 @@
  515. 2ghz {
  516. label = "bcm53xx:green:2ghz";
  517. gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
  518. - linux,default-trigger = "default-off";
  519. };
  520. 5ghz {
  521. label = "bcm53xx:green:5ghz";
  522. gpios = <&chipcommon 14 GPIO_ACTIVE_LOW>;
  523. - linux,default-trigger = "default-off";
  524. };
  525. };
  526. --- a/arch/arm/boot/dts/bcm47094-netgear-r8500.dts
  527. +++ b/arch/arm/boot/dts/bcm47094-netgear-r8500.dts
  528. @@ -34,37 +34,31 @@
  529. power1 {
  530. label = "bcm53xx:amber:power";
  531. gpios = <&chipcommon 3 GPIO_ACTIVE_LOW>;
  532. - linux,default-trigger = "default-off";
  533. };
  534. 5ghz-1 {
  535. label = "bcm53xx:white:5ghz-1";
  536. gpios = <&chipcommon 11 GPIO_ACTIVE_LOW>;
  537. - linux,default-trigger = "default-off";
  538. };
  539. 5ghz-2 {
  540. label = "bcm53xx:white:5ghz-2";
  541. gpios = <&chipcommon 12 GPIO_ACTIVE_LOW>;
  542. - linux,default-trigger = "default-off";
  543. };
  544. 2ghz {
  545. label = "bcm53xx:white:2ghz";
  546. gpios = <&chipcommon 13 GPIO_ACTIVE_LOW>;
  547. - linux,default-trigger = "default-off";
  548. };
  549. usb2 {
  550. label = "bcm53xx:white:usb2";
  551. gpios = <&chipcommon 17 GPIO_ACTIVE_LOW>;
  552. - linux,default-trigger = "default-off";
  553. };
  554. usb3 {
  555. label = "bcm53xx:white:usb3";
  556. gpios = <&chipcommon 18 GPIO_ACTIVE_LOW>;
  557. - linux,default-trigger = "default-off";
  558. };
  559. };