1. 10 1月, 2019 2 次提交
  2. 04 10月, 2018 1 次提交
  3. 26 6月, 2018 1 次提交
  4. 18 6月, 2018 2 次提交
  5. 16 5月, 2018 1 次提交
  6. 10 5月, 2018 1 次提交
  7. 16 4月, 2018 1 次提交
  8. 26 2月, 2018 1 次提交
  9. 20 9月, 2017 1 次提交
  10. 27 7月, 2017 1 次提交
  11. 06 6月, 2017 1 次提交
    • K
      ARM: dts: da850-evm: fix tca6416 for use with GPIO hogs · 65878b12
      Kevin Hilman 提交于
      In order GPIOS from this controller to be used with the "gpio-hogs"
      property, the tca6416 node has to properly labeled as a gpio-controller,
      and use #gpio-cells.
      
      With that, the SEL_A, SEL_B, SEL_C lines that are used to select VPIF
      input can be configured using GPIO hogs.
      
      As an example, example, the configuration below selects the analog video
      input on the da850-evm UI board:
      
      &tca6416 {
      	 status = "okay";
      
      	 sel_a {
      		gpio-hog;
      		gpios = <7 GPIO_ACTIVE_HIGH>;
      		output-high;
      		line-name = "ADC_ENn";
      	 };
      	 sel_b {
      		gpio-hog;
      		gpios = <6 GPIO_ACTIVE_HIGH>;
      		output-high;
      		line-name = "CAMERA_ENn";
      	 };
      	 sel_c {
      		gpio-hog;
      		gpios = <5 GPIO_ACTIVE_HIGH>;
      		output-low;
      		line-name = "VIDEO_IN_ENn";
      	 };
      };
      Signed-off-by: NKevin Hilman <khilman@baylibre.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      65878b12
  12. 07 3月, 2017 3 次提交
  13. 20 1月, 2017 1 次提交
  14. 10 1月, 2017 1 次提交
  15. 18 8月, 2016 1 次提交
  16. 16 8月, 2016 1 次提交
  17. 14 4月, 2016 1 次提交
  18. 24 12月, 2015 2 次提交
  19. 26 8月, 2014 3 次提交
  20. 15 12月, 2013 1 次提交
  21. 22 8月, 2013 2 次提交
  22. 20 6月, 2013 1 次提交
  23. 18 4月, 2013 1 次提交
  24. 04 4月, 2013 1 次提交
  25. 03 4月, 2013 1 次提交
  26. 10 2月, 2013 2 次提交
  27. 28 1月, 2013 1 次提交
  28. 21 1月, 2013 2 次提交
  29. 29 10月, 2012 1 次提交