Skip to content

Commit

Permalink
ARM: sunxi: Add IR controllers on A20 to dtsi
Browse files Browse the repository at this point in the history
This patch adds records for two IR controllers on A20

Signed-off-by: Alexander Bersenev <bay@hackerdom.ru>
Signed-off-by: Alexsey Shestacov <wingrime@linux-sunxi.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
  • Loading branch information
Alexander Bersenev authored and Maxime Ripard committed Jun 23, 2014
1 parent 0256452 commit c1a0ee3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/sun7i-a20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,24 @@
status = "disabled";
};

ir0: ir@01c21800 {
compatible = "allwinner,sun7i-a20-ir";
clocks = <&apb0_gates 6>, <&ir0_clk>;
clock-names = "apb", "ir";
interrupts = <0 5 4>;
reg = <0x01c21800 0x40>;
status = "disabled";
};

ir1: ir@01c21c00 {
compatible = "allwinner,sun7i-a20-ir";
clocks = <&apb0_gates 7>, <&ir1_clk>;
clock-names = "apb", "ir";
interrupts = <0 6 4>;
reg = <0x01c21c00 0x40>;
status = "disabled";
};

sid: eeprom@01c23800 {
compatible = "allwinner,sun7i-a20-sid";
reg = <0x01c23800 0x200>;
Expand Down

0 comments on commit c1a0ee3

Please sign in to comment.