lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20231212164004.1683589-2-ninad@linux.ibm.com> Date: Tue, 12 Dec 2023 10:39:57 -0600 From: Ninad Palsule <ninad@...ux.ibm.com> To: robh+dt@...nel.org, krzysztof.kozlowski+dt@...aro.org, conor+dt@...nel.org, joel@....id.au, andrew@...econstruct.com.au, peterhuewe@....de, jarkko@...nel.org, jgg@...pe.ca, keescook@...omium.org, tony.luck@...el.com, gpiccoli@...lia.com, ninad@...ux.ibm.com, johannes.holland@...ineon.com, linux@...ck-us.net, broonie@...nel.org Cc: patrick.rudolph@...ements.com, vincent@...emblay.dev, peteryin.openbmc@...il.com, lakshmiy@...ibm.com, bhelgaas@...gle.com, naresh.solanki@...ements.com, alexander.stein@...tq-group.com, festevam@...x.de, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org, linux-integrity@...r.kernel.org, linux-hardening@...r.kernel.org, geissonator@...oo.com Subject: [PATCH v1 1/8] dt-bindings: arm: aspeed: add IBM system1-bmc Document the new compatibles used on IBM system1-bmc Tested: This board is tested using the simics simulator. Signed-off-by: Ninad Palsule <ninad@...ux.ibm.com> --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml index 6f7543463d89..ebebe14c42aa 100644 --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml @@ -85,6 +85,7 @@ properties: - facebook,yosemite4-bmc - ibm,everest-bmc - ibm,rainier-bmc + - ibm,system1-bmc - ibm,tacoma-bmc - inventec,starscream-bmc - inventec,transformer-bmc diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 441b55723675..b12a60d2eb0f 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -135,6 +135,8 @@ properties: - ibm,cffps1 # IBM Common Form Factor Power Supply Versions 2 - ibm,cffps2 + # Infineon barometric pressure and temperature sensor + - infineon,dps310 # Infineon IR36021 digital POL buck controller - infineon,ir36021 # Infineon IR38060 Voltage Regulator -- 2.39.2
Powered by blists - more mailing lists