mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-28 02:44:37 +00:00
51 lines
1.3 KiB
Diff
51 lines
1.3 KiB
Diff
From 127106564fbef4f111b65f556affddef25d73764 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Thu, 13 Jan 2022 03:56:12 +0000
|
|
Subject: [PATCH 016/120] FROMGIT(6.3): arm64: dts: meson: move pwm_ef node in
|
|
P212 dtsi
|
|
|
|
Cosmetic-only change to alpha-sort the pwm_ef node.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
.../boot/dts/amlogic/meson-gxl-s905x-p212.dtsi | 16 ++++++++--------
|
|
1 file changed, 8 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi
|
|
index 7055057d7942..a150cc0e18ff 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi
|
|
@@ -97,6 +97,14 @@ &ir {
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
+&pwm_ef {
|
|
+ status = "okay";
|
|
+ pinctrl-0 = <&pwm_e_pins>;
|
|
+ pinctrl-names = "default";
|
|
+ clocks = <&clkc CLKID_FCLK_DIV4>;
|
|
+ clock-names = "clkin0";
|
|
+};
|
|
+
|
|
&saradc {
|
|
status = "okay";
|
|
vref-supply = <&vddio_ao18>;
|
|
@@ -170,14 +178,6 @@ &sd_emmc_c {
|
|
vqmmc-supply = <&vddio_boot>;
|
|
};
|
|
|
|
-&pwm_ef {
|
|
- status = "okay";
|
|
- pinctrl-0 = <&pwm_e_pins>;
|
|
- pinctrl-names = "default";
|
|
- clocks = <&clkc CLKID_FCLK_DIV4>;
|
|
- clock-names = "clkin0";
|
|
-};
|
|
-
|
|
/* This is connected to the Bluetooth module: */
|
|
&uart_A {
|
|
status = "okay";
|
|
--
|
|
2.34.1
|
|
|