diff options
author | Maxime Jourdan <mjourdan@baylibre.com> | 2019-01-16 15:40:30 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-01-17 22:59:57 +0300 |
commit | 03b370357907c251c4ba19cbd113eebd907ca5c0 (patch) | |
tree | ca2f796a1474a6317c5167ccb845dfcf48c3c864 /arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | |
parent | a720349d2cb2e3d6d2f793b35ce7ffac38f9fcb8 (diff) | |
download | linux-03b370357907c251c4ba19cbd113eebd907ca5c0.tar.xz |
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-gxl.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index d5c3d78aafeb..3093ae421b17 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -787,6 +787,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"; |