mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-24 05:48:41 +00:00
Merge pull request #1221 from teacupx/master
Several DT tweaks for Renegade
This commit is contained in:
commit
0fa2388957
2 changed files with 24 additions and 2 deletions
|
@ -539,7 +539,7 @@ index 0000000..457359c
|
|||
+ compatible = "gpio-leds";
|
||||
+ power {
|
||||
+ label = "firefly:blue:power";
|
||||
+ linux,default-trigger = "ir-power-click";
|
||||
+ linux,default-trigger = "heartbeat";
|
||||
+ gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
|
||||
+ default-state = "on";
|
||||
+ mode = <0x23>;
|
||||
|
@ -547,7 +547,7 @@ index 0000000..457359c
|
|||
+
|
||||
+ user {
|
||||
+ label = "firefly:yellow:user";
|
||||
+ linux,default-trigger = "ir-user-click";
|
||||
+ linux,default-trigger = "mmc1";
|
||||
+ gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
|
||||
+ default-state = "off";
|
||||
+ mode = <0x05>;
|
||||
|
|
|
@ -16,3 +16,25 @@ index b7c84b52..9f11025a 100644
|
|||
};
|
||||
|
||||
arm-pmu {
|
||||
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
||||
index dee5a395..bfacc080 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
||||
@@ -360,11 +360,10 @@
|
||||
clock-latency-ns = <40000>;
|
||||
};
|
||||
opp-1512000000 {
|
||||
- status = "disabled";
|
||||
opp-hz = /bits/ 64 <1512000000>;
|
||||
- opp-microvolt = <1350000>;
|
||||
- opp-microvolt-L0 = <1350000>;
|
||||
- opp-microvolt-L1 = <1325000>;
|
||||
+ opp-microvolt = <1450000>;
|
||||
+ opp-microvolt-L0 = <1450000>;
|
||||
+ opp-microvolt-L1 = <1425000>;
|
||||
clock-latency-ns = <40000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue