* arm/fixes: (146 commits)
arm64: dts: allwinner: h6: beelink-gs1: Remove ext. 32 kHz osc reference
MAINTAINERS: Match on allwinner keyword
MAINTAINERS: Add our new mailing-list
arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems
arm64: dts: allwinner: h6: Switch to macros for RSB clock/reset indices
Linux 5.12-rc6
firewire: nosy: Fix a use-after-free bug in nosy_ioctl()
soc: litex: Remove duplicated header file inclusion
io_uring: fix !CONFIG_BLOCK compilation failure
block: remove the unused RQF_ALLOCED flag
block: update a few comments in uapi/linux/blkpg.h
io_uring: move reissue into regular IO path
block: don't ignore REQ_NOWAIT for direct IO
riscv: Make NUMA depend on MMU
riscv: remove unneeded semicolon
riscv,entry: fix misaligned base for excp_vect_table
riscv: evaluate put_user() arg before enabling user access
riscv: Drop const annotation for sp
kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabled
tracing: Fix stack trace event size
...
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
};
};
+&rtc {
+ clocks = <&ext_osc32k>;
+};
+
+ &r_ir {
+ linux,rc-map-name = "rc-beelink-gs1";
+ status = "okay";
+ };
+
+ &r_pio {
+ /*
+ * PL0 and PL1 are used for PMIC I2C
+ * don't enable the pl-supply else
+ * it will fail at boot
+ *
+ * vcc-pl-supply = <®_aldo1>;
+ */
+ vcc-pm-supply = <®_aldo1>;
+ };
+
&spdif {
status = "okay";
};