diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-12-01 12:05:58 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-01-03 20:31:02 +0300 |
commit | fafdbdf767891081de5f1063c984a94a59bac3c4 (patch) | |
tree | d0015182db5845c5107e9fe037b108453360a06b /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | 1cf3df8a9ca73e736404e308b099459948c1e902 (diff) | |
download | linux-fafdbdf767891081de5f1063c984a94a59bac3c4.tar.xz |
ARM64: dts: meson-gx: Add Graphic Controller nodes
Add Video Processing Unit and CVBS Output nodes, and enable CVBS on selected
boards.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Neil Armstrong <narmstrong@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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 51edd5b5c460..596240c38a9c 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -506,3 +506,7 @@ <&clkc CLKID_FCLK_DIV2>; clock-names = "core", "clkin0", "clkin1"; }; + +&vpu { + compatible = "amlogic,meson-gxbb-vpu", "amlogic,meson-gx-vpu"; +}; |