Merge "ARM: dts: ipq8074: Added support for HK02 board"

This commit is contained in:
Linux Build Service Account 2017-05-30 07:12:48 -07:00 committed by Gerrit - the friendly Code Review server
commit 764be2c87d
2 changed files with 29 additions and 1 deletions

View file

@ -20,7 +20,8 @@ dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \
exynos5800-peach-pi.dtb \
exynos5422-odroidxu3.dtb
dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb
dtb-$(CONFIG_ARCH_IPQ807x) += ipq807x-hk01.dtb \
ipq807x-hk02.dtb
dtb-$(CONFIG_ARCH_IPQ806x) += ipq806x-ap148.dtb \
ipq806x-ap160.dtb \

View file

@ -0,0 +1,27 @@
/*
* Copyright (c) 2016 - 2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
/dts-v1/;
#include "ipq807x-soc.dtsi"
#include <dt-bindings/qcom/gpio-ipq807x.h>
/ {
model ="QCA, IPQ807x-HK02";
compatible = "qca,ipq807x", "qca,ipq807x-hk02";
machid = <0x08010001>;
config_name = "config@hk02";
aliases {
console = "/serial@78B3000";
};
};