[ rockchip64 ] remove disabled roc-pc patch
This commit is contained in:
parent
e232e93af0
commit
c3747cf0a9
@ -1,53 +0,0 @@
|
||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
||||
index a1041ec3e..bb8748553 100644
|
||||
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
||||
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
||||
@@ -14,6 +14,21 @@
|
||||
stdout-path = "serial2:1500000n8";
|
||||
};
|
||||
|
||||
+ leds {
|
||||
+ compatible = "gpio-leds";
|
||||
+ power-led {
|
||||
+ linux,default-trigger = "heartbeat";
|
||||
+ gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
|
||||
+ default-state = "on";
|
||||
+ };
|
||||
+
|
||||
+ user-led {
|
||||
+ linux,default-trigger = "disk-activity";
|
||||
+ gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
|
||||
+ default-state = "off";
|
||||
+ };
|
||||
+ };
|
||||
+
|
||||
gmac_clkin: external-gmac-clock {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <125000000>;
|
||||
@@ -77,26 +92,6 @@
|
||||
pinctrl-0 = <&ir_int>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
-
|
||||
- leds {
|
||||
- compatible = "gpio-leds";
|
||||
-
|
||||
- power {
|
||||
- label = "firefly:blue:power";
|
||||
- linux,default-trigger = "heartbeat";
|
||||
- gpios = <&rk805 1 GPIO_ACTIVE_LOW>;
|
||||
- default-state = "on";
|
||||
- mode = <0x23>;
|
||||
- };
|
||||
-
|
||||
- user {
|
||||
- label = "firefly:yellow:user";
|
||||
- linux,default-trigger = "mmc1";
|
||||
- gpios = <&rk805 0 GPIO_ACTIVE_LOW>;
|
||||
- default-state = "off";
|
||||
- mode = <0x05>;
|
||||
- };
|
||||
- };
|
||||
};
|
||||
|
||||
&analog_sound {
|
||||
Loading…
Reference in New Issue
Block a user