Stepan Moskovchenko | 1b6dac6 | 2013-01-15 18:48:51 -0800 | [diff] [blame] | 1 | /* Copyright (c) 2013, The Linux Foundation. All rights reserved. |
| 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | */ |
| 12 | |
| 13 | /* |
| 14 | * As a general rule, only version-specific property overrides should be placed |
| 15 | * inside this file. However, device definitions should be placed inside the |
| 16 | * msm8974.dtsi file. |
| 17 | */ |
| 18 | |
| 19 | /include/ "msm8974.dtsi" |
Olav Haugan | 5416678 | 2013-01-28 16:59:51 -0800 | [diff] [blame] | 20 | /include/ "msm8974-v1-iommu.dtsi" |
Praveen Chidambaram | 08e69aa | 2013-01-17 16:50:36 -0700 | [diff] [blame] | 21 | /include/ "msm8974-v1-pm.dtsi" |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 22 | |
| 23 | / { |
Manu Gautam | 8a7a8f1 | 2013-01-22 13:56:29 +0530 | [diff] [blame] | 24 | android_usb@fc42b0c8 { |
| 25 | compatible = "qcom,android-usb"; |
| 26 | reg = <0xfc42b0c8 0xc8>; |
| 27 | qcom,android-usb-swfi-latency = <1>; |
| 28 | }; |
| 29 | |
Abhimanyu Kapur | 032b1f4 | 2013-01-18 00:10:50 -0800 | [diff] [blame] | 30 | qcom,msm-imem@fc42b000 { |
| 31 | compatible = "qcom,msm-imem"; |
| 32 | reg = <0xfc42b000 0x1000>; /* Address and size of IMEM */ |
| 33 | }; |
| 34 | }; |
Siddartha Mohanadoss | 4a8544c | 2013-02-01 19:44:33 -0800 | [diff] [blame] | 35 | |
| 36 | &tsens { |
| 37 | qcom,calibration-less-mode; |
| 38 | }; |