]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Merge branch 'arm/fixes' into for-next
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 Apr 2021 15:52:01 +0000 (17:52 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 8 Apr 2021 15:52:01 +0000 (17:52 +0200)
* 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>
1  2 
arch/arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi
arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi

index 669d39fc716a7d55cfc73c6f10015e8e83e50bd6,b5808047d6e4ac4250a486dd0944c204b4a4b2fb..4c462711f26c51051bbaeb98e8ac30b512f83dec
        };
  };
  
 +&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 = <&reg_aldo1>;
+        */
+       vcc-pm-supply = <&reg_aldo1>;
+ };
  &spdif {
        status = "okay";
  };