I have an Adafruit Kippah that I have hooked up a to a 7" touchscreen display and my Raspberry Pi 2. When I first used the Kippah I had to make some device tree changes on the Raspbian OS in order for the display to function. Now that I have put the Android Lollipop build on my Pi I am trying to make the necessary device tree updates in order to get the display functioning again. Unfortunately, i have not been able to get this right. Attached is the changes that were made in the Raspbian device tree and the Android device tree .dtd file. Any help would be much appreciated. Thanks!
-Tim -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/39e843f6-767e-4fc2-b03a-6a8a72b4c6a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
meson8_tm.dtd
Description: Binary data
overscan_left=-32
overscan_right=-32
overscan_top=-32
overscan_bottom=-32
# Disable spi and i2c, we need these pins.
dtparam=spi=off
dtparam=i2c_arm=off
# enable the DPI display
enable_dpi_lcd=1
display_default_lcd=1
# set up the hsync/vsync/clock polarity and format
dpi_output_format=454661
# set up the size to 800x480
dpi_group=2
dpi_mode=87
hdmi_cvt=800 480 60 6

