Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3811c915 authored by Vicente Bergas's avatar Vicente Bergas Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: move rk3399-sapphire pwr_btn to daughterboard



The power button is located on the daughterboard.

Signed-off-by: default avatarVicente Bergas <vicencb@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 43798872
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@
 */

/dts-v1/;
#include <dt-bindings/input/input.h>
#include "rk3399-sapphire.dtsi"

/ {
@@ -95,22 +94,6 @@
		};
	};

	keys: gpio-keys {
		compatible = "gpio-keys";
		autorepeat;

		power {
			debounce-interval = <100>;
			gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
			label = "GPIO Power";
			linux,code = <KEY_POWER>;
			linux,input-type = <1>;
			pinctrl-names = "default";
			pinctrl-0 = <&pwr_btn>;
			wakeup-source;
		};
	};

	rt5651-sound {
		compatible = "simple-audio-card";
		simple-audio-card,name = "realtek,rt5651-codec";
@@ -208,12 +191,6 @@
};

&pinctrl {
	buttons {
		pwr_btn: pwr-btn {
			rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
		};
	};

	sdio-pwrseq {
		wifi_enable_h: wifi-enable-h {
			rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>;
+23 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
 */

#include "dt-bindings/pwm/pwm.h"
#include "dt-bindings/input/input.h"
#include "rk3399.dtsi"
#include "rk3399-opp.dtsi"

@@ -102,6 +103,22 @@
		regulator-max-microvolt = <12000000>;
	};

	keys: gpio-keys {
		compatible = "gpio-keys";
		autorepeat;

		power {
			debounce-interval = <100>;
			gpios = <&gpio0 RK_PA5 GPIO_ACTIVE_LOW>;
			label = "GPIO Power";
			linux,code = <KEY_POWER>;
			linux,input-type = <1>;
			pinctrl-names = "default";
			pinctrl-0 = <&pwr_btn>;
			wakeup-source;
		};
	};

	/* switched by pmic_sleep */
	vcc1v8_s3: vcca1v8_s3: vcc1v8-s3 {
		compatible = "regulator-fixed";
@@ -475,6 +492,12 @@
};

&pinctrl {
	buttons {
		pwr_btn: pwr-btn {
			rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
		};
	};

	pmic {
		pmic_int_l: pmic-int-l {
			rockchip,pins =