787dd7221d
Why I did it Add platform support for Debian 12 (Bookworm) on Mellanox Platform How I did it Update hw-management to v7.0030.2008 Deprecate the sfp_count == module_count approach in favour of asic init completion Ref: Mellanox/hw-mgmt@bf4f593 Add xxd package to base image which is required by hw-management scripts Add the non-upstream flag into linux kernel cache options Update the thermalctl logic based on new sysfs attributes Fix the integrate-mlnx-hw-mgmt script to not populate the arm64 Kconfig How to verify it Build kernel and run platform tests Signed-off-by: Vivek Reddy <vkarri@nvidia.com> Co-authored-by: Junchao-Mellanox <junchao@nvidia.com> Co-authored-by: Junchao-Mellanox <57339448+Junchao-Mellanox@users.noreply.github.com>
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From 62520e9d0ab641b36fb770477792073e6aad4d54 Mon Sep 17 00:00:00 2001
|
|
From: Vadim Pasternak <vadimp@nvidia.com>
|
|
Date: Mon, 17 Jul 2023 16:24:58 +0000
|
|
Subject: [PATCH backport 6.1.42 47/85] dt-bindings: trivial-devices: Add
|
|
infineon,xdpe1a2g7
|
|
|
|
Add new Infineon Multi-phase Digital VR Controller xdpe1a2g7
|
|
|
|
Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
|
|
---
|
|
Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml
|
|
index 61746755c107..7637390dfe09 100644
|
|
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
|
|
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
|
|
@@ -145,6 +145,8 @@ properties:
|
|
- infineon,tlv493d-a1b6
|
|
# Infineon Multi-phase Digital VR Controller xdpe11280
|
|
- infineon,xdpe11280
|
|
+ # Infineon Multi-phase Digital VR Controller xdpe1a2g7
|
|
+ - infineon,xdpe1a2g7
|
|
# Infineon Multi-phase Digital VR Controller xdpe12254
|
|
- infineon,xdpe12254
|
|
# Infineon Multi-phase Digital VR Controller xdpe12284
|
|
--
|
|
2.20.1
|
|
|