[GIT PULL] Please pull u-boot-pmic master
Jaehoon Chung
jh80.chung at samsung.com
Mon Jan 17 00:20:36 CET 2022
Dear Tom,
Please pull u-boot-pmic master into u-boot master branch.
If there is a problem, let me know, plz
Best Regards,
Jaehoon Chung
CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/10653
The following changes since commit d71dbe657c3c22f50ecb3df133e5cdd884daae7d:
Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-01-15 07:39:09 -0500)
are available in the Git repository at:
git at source.denx.de:u-boot/custodians/u-boot-pmic.git master
for you to fetch changes up to 97187d5e375cd56f96e6ddca44d2790986899dca:
power: domain: Add Apple pmgr driver (2022-01-17 06:56:01 +0900)
----------------------------------------------------------------
Mark Kettenis (3):
arm: dts: apple: Update Apple M1 device trees
arm: dts: apple: Add u-boot,dm-pre-reloc properties
power: domain: Add Apple pmgr driver
arch/arm/Kconfig | 3 +
arch/arm/dts/Makefile | 5 +-
arch/arm/dts/t8103-j274-u-boot.dtsi | 1 +
arch/arm/dts/t8103-j274.dts | 176 +++---
arch/arm/dts/t8103-j293-u-boot.dtsi | 1 +
arch/arm/dts/t8103-j293.dts | 135 +++--
arch/arm/dts/t8103-j313-u-boot.dtsi | 1 +
arch/arm/dts/t8103-j313.dts | 111 ++++
arch/arm/dts/t8103-j456-u-boot.dtsi | 1 +
arch/arm/dts/t8103-j456.dts | 117 ++++
arch/arm/dts/t8103-j457-u-boot.dtsi | 1 +
arch/arm/dts/t8103-j457.dts | 105 ++++
arch/arm/dts/t8103-jxxx.dtsi | 143 +++++
arch/arm/dts/t8103-pmgr.dtsi | 1138 +++++++++++++++++++++++++++++++++++
arch/arm/dts/t8103-u-boot.dtsi | 25 +
arch/arm/dts/t8103.dtsi | 675 ++++++++++++---------
drivers/power/domain/Kconfig | 9 +
drivers/power/domain/Makefile | 1 +
drivers/power/domain/apple-pmgr.c | 113 ++++
19 files changed, 2340 insertions(+), 421 deletions(-)
create mode 100644 arch/arm/dts/t8103-j274-u-boot.dtsi
create mode 100644 arch/arm/dts/t8103-j293-u-boot.dtsi
create mode 100644 arch/arm/dts/t8103-j313-u-boot.dtsi
create mode 100644 arch/arm/dts/t8103-j313.dts
create mode 100644 arch/arm/dts/t8103-j456-u-boot.dtsi
create mode 100644 arch/arm/dts/t8103-j456.dts
create mode 100644 arch/arm/dts/t8103-j457-u-boot.dtsi
create mode 100644 arch/arm/dts/t8103-j457.dts
create mode 100644 arch/arm/dts/t8103-jxxx.dtsi
create mode 100644 arch/arm/dts/t8103-pmgr.dtsi
create mode 100644 arch/arm/dts/t8103-u-boot.dtsi
create mode 100644 drivers/power/domain/apple-pmgr.c
More information about the U-Boot
mailing list