diff --git a/Documentation/devicetree/bindings/media/lirc-helper.txt b/Documentation/devicetree/bindings/media/lirc-helper.txt new file mode 100644 index 000000000000..a676834c3aab --- /dev/null +++ b/Documentation/devicetree/bindings/media/lirc-helper.txt @@ -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"; +}; + diff --git a/Documentation/devicetree/bindings/spi/spidev.txt b/Documentation/devicetree/bindings/spi/spidev.txt index ce3fba9193bf..78232685bccf 100644 --- a/Documentation/devicetree/bindings/spi/spidev.txt +++ b/Documentation/devicetree/bindings/spi/spidev.txt @@ -4,3 +4,10 @@ spidev { reg = <0>; spi-max-frequency = <3340000>; }; + +spidev { + compatible = "linux,spidev"; + status = "okay"; + reg = <0>; + spi-max-frequency = <3340000>; +};