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)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:53:25 +0000 (15:53 +0100)
commit7db9e4534a51e473da990fbfb22cbfc29d420be8
treef5524cf8852dec83322000982a34fcdb670f6a1a
parent407e1eba92b2b3945aeb4240d09ed8516f444f34
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]