Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Apr 10, 2024
1 parent acd1947 commit 25e7e96
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ index e7728007fd1b..f8c9b7392735 100644
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3566-quartz64-a.dtb
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-panther-x2.dts b/arch/arm64/boot/dts/rockchip/rk3566-panther-x2.dts
new file mode 100644
index 000000000000..f8561dbd00da
index 000000000000..c887912f7c51
--- /dev/null
+++ b/arch/arm64/boot/dts/rockchip/rk3566-panther-x2.dts
@@ -0,0 +1,572 @@
+/dts-v1/;
@@ -0,0 +1,577 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2023 Seeed Co., Ltd.
+ *
+ */
+
+/dts-v1/;
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/leds/common.h>
+#include <dt-bindings/input/input.h>
Expand Down Expand Up @@ -48,8 +53,8 @@ index 000000000000..f8561dbd00da
+
+ leds {
+ compatible = "gpio-leds";
+ led_power: led-power {
+ label = "power";
+ led_power: led-power {
+ label = "power";
+ gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>;
+ function = LED_FUNCTION_POWER;
+ default-state = "keep";
Expand Down

0 comments on commit 25e7e96

Please sign in to comment.