blob: f4532596c167b25a555f872c0b57cbe8a65a3392 [file] [log] [blame]
Umang Chheda7a5abc82019-12-11 18:33:51 +05301/*
Umang Chheda27f1ab52020-01-20 17:31:53 +05302 * Copyright (c) 2019, 2020, The Linux Foundation. All rights reserved.
Umang Chheda7a5abc82019-12-11 18:33:51 +05303 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14#include "sdm429w-pm660.dtsi"
15
16&pm660_misc {
17 qcom,support-twm-config;
18};
19
20&pm660_pbs {
21 status = "okay";
22};
23
24&pm660_pon {
25 qcom,support-twm-config;
26 qcom,pbs-client = <&pm660_pbs>;
27};
28
29&pm660_fg {
30 qcom,fg-disable-in-twm;
31};