Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add initial CODE PixiePro board support #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6q-tx6q-1110.dtb \
imx6q-udoo.dtb \
imx6q-wandboard.dtb \
imx6q-wandboard-revb1.dtb
imx6q-wandboard-revb1.dtb \
imx6q-pixiepro.dtb
dtb-$(CONFIG_SOC_IMX6SL) += \
imx6sl-evk.dtb \
imx6sl-warp.dtb
Expand Down Expand Up @@ -663,4 +664,4 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
endif

always := $(dtb-y)
clean-files := *.dtb
clean-files := *.dtb
50 changes: 50 additions & 0 deletions arch/arm/boot/dts/imx6q-pixiepro.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*
* Copyright 2015 CODE INGENIERIA, Inc.
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/

/dts-v1/;

#include "imx6q.dtsi"
#include "imx6qdl-pixiepro.dtsi"

/ {
model = "CODE PixiePro i.MX6Q RevA";
compatible = "fsl,imx6q-pixiepro", "fsl,imx6q";
};

&ldb {
lvds-channel@0 {
crtc = "ipu2-di0";
};

lvds-channel@1 {
crtc = "ipu2-di1";
};
};

&mxcfb1 {
status = "okay";
};

&mxcfb2 {
status = "okay";
};

&mxcfb3 {
status = "okay";
};

&mxcfb4 {
status = "okay";
};

&sata {
// status = "okay";
};
Loading