summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-sunxi
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2014-08-13 07:55:07 +0200
committerHans de Goede <hdegoede@redhat.com>2014-11-25 13:38:46 +0100
commit2d7a084ba0d77b96c3e053492173f3dda364d350 (patch)
tree119afa376ea0189b65b26391a9ab83c4e5626cae /arch/arm/include/asm/arch-sunxi
parent11b8dfa7180ca8fe5b9bcf5a2ef800ceb9573334 (diff)
downloadtalos-obmc-uboot-2d7a084ba0d77b96c3e053492173f3dda364d350.tar.gz
talos-obmc-uboot-2d7a084ba0d77b96c3e053492173f3dda364d350.zip
sunxi: video: Add simplefb support
Add simplefb support, note this depends on the kernel having support for the clocks property which has recently been added to the simplefb devicetree binding. Signed-off-by: Luc Verhaegen <libv@skynet.be> [hdegoede@redhat.com: Use pre-populated simplefb node under /chosen as disussed on the devicetree list] Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>.
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi')
-rw-r--r--arch/arm/include/asm/arch-sunxi/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/display.h b/arch/arm/include/asm/arch-sunxi/display.h
index 4a4e9f8220..ddb71c1bbd 100644
--- a/arch/arm/include/asm/arch-sunxi/display.h
+++ b/arch/arm/include/asm/arch-sunxi/display.h
@@ -182,4 +182,6 @@ struct sunxi_hdmi_reg {
#define SUNXI_HDMI_PLL_DBG0_PLL3 (0 << 21)
#define SUNXI_HDMI_PLL_DBG0_PLL7 (1 << 21)
+int sunxi_simplefb_setup(void *blob);
+
#endif /* _SUNXI_DISPLAY_H */
OpenPOWER on IntegriCloud