diff options
author | Igor Opaniuk <igor.opaniuk@toradex.com> | 2019-06-10 14:47:51 +0300 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2019-07-29 00:09:19 +0200 |
commit | 750c68a7a7d92b3229cc5db12dd806d4fdc520da (patch) | |
tree | d3852665453788e2a23f091e3c29278b6da2d167 /arch/arm/dts/vf-colibri-u-boot.dtsi | |
parent | be3f1a56bf87bef19ac9e129ab8f20ab960f310e (diff) | |
download | u-boot-750c68a7a7d92b3229cc5db12dd806d4fdc520da.tar.gz |
ARM: dts: colibri_vf: Add dcu0 node
Add dumb node for NXP Display Control Unit0(DCU), which permits DM_ENABLED
converted driver to be probed. Currently no display timings are provided
in this node.
Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'arch/arm/dts/vf-colibri-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/vf-colibri-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/vf-colibri-u-boot.dtsi b/arch/arm/dts/vf-colibri-u-boot.dtsi index db86739805..2294ee9551 100644 --- a/arch/arm/dts/vf-colibri-u-boot.dtsi +++ b/arch/arm/dts/vf-colibri-u-boot.dtsi @@ -21,3 +21,7 @@ &uart0 { u-boot,dm-pre-reloc; }; + +&dcu0 { + u-boot,dm-pre-reloc; +}; |