Skip to content

Commit

Permalink
Merge pull request #41 from aejsmith/ci20-v3.18-config
Browse files Browse the repository at this point in the history
Update the CI20 defconfig to add peripherals that might be connected to the ci20.
Add IR DT node
fix in gpio definitions
  • Loading branch information
ZubairLK committed Jul 7, 2015
2 parents d39a58a + dcffa9f commit 04cf0b4
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 30 deletions.
5 changes: 5 additions & 0 deletions arch/mips/boot/dts/ci20.dts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
enable-active-high;
regulator-always-on;
};

ir: ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpe 3 GPIO_ACTIVE_LOW>;
};
};

&ext {
Expand Down
Loading

0 comments on commit 04cf0b4

Please sign in to comment.