diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2016-02-09 16:42:32 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2016-02-09 16:42:32 +0000 |
commit | 2668945977725526727c9f3f708dc4d887e0e7a9 (patch) | |
tree | 3b67a8f5c0379867e6c1b993042b521e034c4474 /sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts | |
parent | db57c70a5ba095725106b724f727ce74eef7e681 (diff) | |
parent | 235ad806ee815395bce54dc1b0ce1c06cd29b44a (diff) | |
download | src-test2-2668945977725526727c9f3f708dc4d887e0e7a9.tar.gz src-test2-2668945977725526727c9f3f708dc4d887e0e7a9.zip |
Notes
Diffstat (limited to 'sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts')
-rw-r--r-- | sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts b/sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts index dd31c53e2ab6..6062ea7a9903 100644 --- a/sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts +++ b/sys/gnu/dts/arm/sun8i-a23-ippo-q8h-v1.2.dts @@ -16,11 +16,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA - * * Or, alternatively, * * b) Permission is hereby granted, free of charge, to any person @@ -45,15 +40,26 @@ * OTHER DEALINGS IN THE SOFTWARE. */ +/dts-v1/; +#include "sun8i-a23.dtsi" +#include "sun8i-q8-common.dtsi" + +/ { + model = "Q8 A23 Tablet"; + compatible = "allwinner,q8-a23", "allwinner,sun8i-a23"; +}; + /* - * The Ippo Q8H v1.2 is almost identical to the v5, still it needs a separate - * dtb file since some gpio-s surrounding the wlan/bluetooth are different, - * and it uses different camera sensors. + * FIXME for now we only support host mode and rely on u-boot to have + * turned on Vbus which is controlled by the axp223 pmic on the board. + * + * Once we have axp223 support we should switch to fully supporting otg. */ +&usb_otg { + dr_mode = "host"; + status = "okay"; +}; -#include "sun8i-a23-ippo-q8h-v5.dts" - -/ { - model = "Ippo Q8H Dual Core Tablet (v1.2)"; - compatible = "ippo,q8h-v1.2", "allwinner,sun8i-a23"; +&usbphy { + status = "okay"; }; |