mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
ODROID-COMMON: add missing documents for ODROID-N2 device tree
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I92b5009c49378fdb232933dbcde5ad6a96eb5bf7
This commit is contained in:
8
Documentation/devicetree/bindings/media/lirc-helper.txt
Normal file
8
Documentation/devicetree/bindings/media/lirc-helper.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
* Amlogic Meson IR remote control helper
|
||||
hk-lirc-helper {
|
||||
compatible = "hk-lirc-helper";
|
||||
/* Multi-format IR controller */
|
||||
reg = <0x0 0xff808040 0x0 0x44>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
@@ -4,3 +4,10 @@ spidev {
|
||||
reg = <0>;
|
||||
spi-max-frequency = <3340000>;
|
||||
};
|
||||
|
||||
spidev {
|
||||
compatible = "linux,spidev";
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <3340000>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user