ARM: dts: msm: add support for msm8998 QRD HDK board

Add camera node include rear,aux and front camera to
support the msm8998 QRD HDK device.
Increased the drive strength of mclk clock.

Change-Id: I6c8a3f3c69ca2bc2e3b54b46324525c67d0a2fd3
Signed-off-by: Wei Ding <weiding@codeaurora.org>
This commit is contained in:
Wei Ding 2017-02-17 12:50:30 +08:00 committed by Gerrit - the friendly Code Review server
parent 3294e91ec6
commit 09b4b95f9c
2 changed files with 47 additions and 1 deletions

View file

@ -0,0 +1,46 @@
/*
* Copyright (c) 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.
*/
#include "msm8998-camera-sensor-skuk-evt3.dtsi"
&tlmm{
cam_sensor_mclk1_active: cam_sensor_mclk1_active {
/* MCLK1 */
mux {
/* CLK, DATA */
pins = "gpio14";
function = "cam_mclk";
};
config {
pins = "gpio14";
bias-disable; /* No PULL */
drive-strength = <8>; /* 2 MA */
};
};
cam_sensor_mclk2_active: cam_sensor_mclk2_active {
/* MCLK1 */
mux {
/* CLK, DATA */
pins = "gpio15";
function = "cam_mclk";
};
config {
pins = "gpio15";
bias-disable; /* No PULL */
drive-strength = <8>; /* 2 MA */
};
};
};

View file

@ -15,7 +15,7 @@
#include "msm8998-v2.dtsi" #include "msm8998-v2.dtsi"
#include "msm8998-qrd-skuk.dtsi" #include "msm8998-qrd-skuk.dtsi"
#include "msm8998-camera-sensor-skuk.dtsi" #include "msm8998-camera-sensor-skuk-hdk.dtsi"
/ { / {
model = "Qualcomm Technologies, Inc. MSM 8998 SKUK HDK"; model = "Qualcomm Technologies, Inc. MSM 8998 SKUK HDK";