BCM2708: Add Raspberry Pi TV HAT Device Tree Support
authorYasunari Takiguchi <Yasunari.Takiguchi@sony.com>
Thu, 22 Dec 2016 06:34:12 +0000 (15:34 +0900)
committerpopcornmix <popcornmix@gmail.com>
Fri, 14 Apr 2017 21:57:29 +0000 (22:57 +0100)
commit72134397d72079a533c8fc742701fdc7f5ae7c5b
tree646d338bffbd10f76b23a786bf56f5d3a784743e
parent9452a342004e1964a23387083ef696d6d47c31a7
BCM2708: Add Raspberry Pi TV HAT Device Tree Support

This is an EXAMPLE CODE of Raspberry Pi TV HAT device tree overlay.
Although this is not a part of our release code, it has been used to verify
CXD2880 device driver with TV HAT.

Add the following line to /boot/config.txt to enable TV HAT:

dtoverlay=rpi-tv

Reboot Raspberry Pi and check the existance of /proc/device-tree/soc/spi@7e204000/cxd2880@0.
If exists, the installation is successful.  you should be able to find the following three files.
/dev/dvb/adapter0/frontend0
/dev/dvb/adapter0/demux0
/dev/dvb/adapter0/dvr0

Signed-off-by: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
Signed-off-by: Masayuki Yamamoto <Masayuki.Yamamoto@sony.com>
Signed-off-by: Hideki Nozawa <Hideki.Nozawa@sony.com>
Signed-off-by: Kota Yonezawa <Kota.Yonezawa@sony.com>
Signed-off-by: Toshihiko Matsumoto <Toshihiko.Matsumoto@sony.com>
Signed-off-by: Satoshi Watanabe <Satoshi.C.Watanabe@sony.com>
arch/arm/boot/dts/overlays/Makefile
arch/arm/boot/dts/overlays/README
arch/arm/boot/dts/overlays/rpi-tv-overlay.dts [new file with mode: 0644]