diff options
author | Maxime Jourdan <mjourdan@baylibre.com> | 2019-01-16 13:40:30 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-01-17 11:59:57 -0800 |
commit | 03b370357907c251c4ba19cbd113eebd907ca5c0 (patch) | |
tree | ca2f796a1474a6317c5167ccb845dfcf48c3c864 /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | a720349d2cb2e3d6d2f793b35ce7ffac38f9fcb8 (diff) | |
download | linux-03b370357907c251c4ba19cbd113eebd907ca5c0.tar.gz linux-03b370357907c251c4ba19cbd113eebd907ca5c0.tar.bz2 linux-03b370357907c251c4ba19cbd113eebd907ca5c0.zip |
arm64: dts: meson-gx: add support for simplefb
SimpleFB allows transferring a framebuffer from the firmware/bootloader
to the kernel, while making sure the related clocks and power supplies
stay enabled.
Add nodes for CVBS and HDMI Simple Framebuffers.
Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index a7b883ced0a8..a60d3652beee 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -784,6 +784,12 @@ resets = <&reset RESET_SD_EMMC_C>; }; +&simplefb_hdmi { + clocks = <&clkc CLKID_HDMI_PCLK>, + <&clkc CLKID_CLK81>, + <&clkc CLKID_GCLK_VENCI_INT0>; +}; + &spicc { clocks = <&clkc CLKID_SPICC>; clock-names = "core"; |