diff options
author | Luc Verhaegen <libv@skynet.be> | 2014-08-13 07:55:07 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-25 13:38:46 +0100 |
commit | 2d7a084ba0d77b96c3e053492173f3dda364d350 (patch) | |
tree | 119afa376ea0189b65b26391a9ab83c4e5626cae /arch/arm/include/asm/arch-sunxi | |
parent | 11b8dfa7180ca8fe5b9bcf5a2ef800ceb9573334 (diff) | |
download | u-boot-imx-2d7a084ba0d77b96c3e053492173f3dda364d350.zip u-boot-imx-2d7a084ba0d77b96c3e053492173f3dda364d350.tar.gz u-boot-imx-2d7a084ba0d77b96c3e053492173f3dda364d350.tar.bz2 |
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.h | 2 |
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 4a4e9f8..ddb71c1 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 */ |