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.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.dtsi')
-rw-r--r-- | arch/arm/dts/vf.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi index 5e3b2c5b9d..5f69d0fd6e 100644 --- a/arch/arm/dts/vf.dtsi +++ b/arch/arm/dts/vf.dtsi @@ -145,6 +145,12 @@ #gpio-cells = <2>; }; + dcu0: dcu@40058000 { + compatible = "fsl,vf610-dcu"; + reg = <0x40058000 0x1200>; + status = "disabled"; + }; + ehci0: ehci@40034000 { compatible = "fsl,vf610-usb"; reg = <0x40034000 0x800>; |