mirror of https://github.com/armbian/build.git
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: JohnTheCoolingFan <ivan8215145640@gmail.com>
|
|
Date: Mon, 12 Aug 2024 14:50:16 +0000
|
|
Subject: ARM64: dts: sun50i-h616: BigTreeTech CB1: Enable IR receiver
|
|
|
|
Signed-off-by: JohnTheCoolingFan <ivan8215145640@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi
|
|
index b98e85a51..c2e20408c 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-bigtreetech-cb1.dtsi
|
|
@@ -352,10 +352,14 @@ &ehci3 {
|
|
|
|
&ohci3 {
|
|
status = "okay";
|
|
};
|
|
|
|
+&ir {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&usbotg {
|
|
/*
|
|
* PHY0 pins are connected to a USB-C socket, but a role switch
|
|
* is not implemented: both CC pins are pulled to GND.
|
|
* The VBUS pins power the device, so a fixed peripheral mode
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|