summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sx-sdb-lcdif1.dts
blob: 280540453aebf71236fd4cca5a7ec4eba854c08a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
 * Copyright (C) 2014-2015 Freescale Semiconductor, Inc.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include "imx6sx-sdb.dts"

/ {
	sii902x_reset: sii902x-reset {
		status = "okay";
	};
};

&csi1 {
	status = "disabled";
};

&lcdif1 {
	status = "okay";
};

&i2c1 {
	sii902x@39 {
		status = "okay";
	};
};

&ov5640 {
	status = "disabled";
};

&crypto {
	status = "disabled";
};