devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board
@ 2023-07-27  3:39 Delphine CC Chiu
  2023-07-27  3:39 ` [PATCH 2/2] ARM: dts: aspeed: yosemitev4: add Facebook Yosemite V4 BMC Delphine CC Chiu
  2023-07-27  6:48 ` [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board Krzysztof Kozlowski
  0 siblings, 2 replies; 8+ messages in thread
From: Delphine CC Chiu @ 2023-07-27  3:39 UTC (permalink / raw)
  To: patrick, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joel Stanley, Andrew Jeffery
  Cc: Delphine CC Chiu, devicetree, linux-arm-kernel, linux-aspeed,
	linux-kernel

Document the new compatibles used on Facebook Yosemite V4.

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index e0eff4c05879..2ef6821e3648 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -79,6 +79,7 @@ properties:
               - facebook,elbert-bmc
               - facebook,fuji-bmc
               - facebook,greatlakes-bmc
+              - facebook,yosemitev4-bmc
               - ibm,everest-bmc
               - ibm,rainier-bmc
               - ibm,tacoma-bmc
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH v4 0/2] ARM: dts: Facebook Yosemite V4 platform
@ 2023-07-27  3:53 Delphine CC Chiu
  2023-07-27  3:53 ` [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board Delphine CC Chiu
  0 siblings, 1 reply; 8+ messages in thread
From: Delphine CC Chiu @ 2023-07-27  3:53 UTC (permalink / raw)
  To: patrick
  Cc: Delphine CC Chiu, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joel Stanley, Andrew Jeffery, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel

Add linux device tree entry related to
Yosemite V4 specific devices connected to BMC SoC.

v4 - Resend with cover letter
v3 - Revise the bootargs to stdout-path
   - Revise i2c devices
v2 - Revise the DTS node name
v1 - Add binding document

Delphine CC Chiu (2):
  dt-bindings: arm: aspeed: add Facebook Yosemite V4 board
  ARM: dts: aspeed: yosemitev4: add Facebook Yosemite V4 BMC

 .../bindings/arm/aspeed/aspeed.yaml           |   1 +
 arch/arm/boot/dts/aspeed/Makefile             |   1 +
 .../aspeed/aspeed-bmc-facebook-yosemitev4.dts | 640 ++++++++++++++++++
 3 files changed, 642 insertions(+)
 create mode 100644 arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemitev4.dts

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board
@ 2023-07-27  3:34 Delphine CC Chiu
  0 siblings, 0 replies; 8+ messages in thread
From: Delphine CC Chiu @ 2023-07-27  3:34 UTC (permalink / raw)
  To: patrick, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Joel Stanley, Andrew Jeffery
  Cc: Delphine CC Chiu, devicetree, linux-arm-kernel, linux-aspeed,
	linux-kernel

Document the new compatibles used on Facebook Yosemite V4.

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
---
 Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
index e0eff4c05879..2ef6821e3648 100644
--- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
+++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml
@@ -79,6 +79,7 @@ properties:
               - facebook,elbert-bmc
               - facebook,fuji-bmc
               - facebook,greatlakes-bmc
+              - facebook,yosemitev4-bmc
               - ibm,everest-bmc
               - ibm,rainier-bmc
               - ibm,tacoma-bmc
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-04 10:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-27  3:39 [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board Delphine CC Chiu
2023-07-27  3:39 ` [PATCH 2/2] ARM: dts: aspeed: yosemitev4: add Facebook Yosemite V4 BMC Delphine CC Chiu
2023-07-27  6:48 ` [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board Krzysztof Kozlowski
2023-08-02  2:34   ` Delphine_CC_Chiu/WYHQ/Wiwynn
2023-08-03 11:14     ` Krzysztof Kozlowski
2023-08-04 10:06       ` Delphine_CC_Chiu/WYHQ/Wiwynn
  -- strict thread matches above, loose matches on Subject: below --
2023-07-27  3:53 [PATCH v4 0/2] ARM: dts: Facebook Yosemite V4 platform Delphine CC Chiu
2023-07-27  3:53 ` [PATCH 1/2] dt-bindings: arm: aspeed: add Facebook Yosemite V4 board Delphine CC Chiu
2023-07-27  3:34 Delphine CC Chiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).