Openbmc archive mirror
 help / color / mirror / Atom feed
From: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
To: patrick@stwcx.xyz, joel@jms.id.au, openbmc@lists.ozlabs.org
Cc: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Subject: [PATCH linux dev-6.5 v1 01/11] ARM: dts: aspeed: yosemite4: Sync to torvalds kernel
Date: Wed,  1 Nov 2023 18:27:27 +0800	[thread overview]
Message-ID: <20231101102751.2538864-2-Delphine_CC_Chiu@wiwynn.com> (raw)
In-Reply-To: <20231101102751.2538864-1-Delphine_CC_Chiu@wiwynn.com>

Sync to torvalds kernel

Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
---
 .../dts/aspeed/aspeed-bmc-facebook-yosemite4.dts  | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
index a6777efc78b8..64075cc41d92 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
@@ -87,30 +87,16 @@ &mac2 {
 	status = "okay";
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_rmii3_default>;
-	no-hw-checksum;
 	use-ncsi;
 	mlx,multi-host;
-	ncsi-ctrl,start-redo-probe;
-	ncsi-ctrl,no-channel-monitor;
-	ncsi-package = <1>;
-	ncsi-channel = <1>;
-	ncsi-rexmit = <1>;
-	ncsi-timeout = <2>;
 };
 
 &mac3 {
 	status = "okay";
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_rmii4_default>;
-	no-hw-checksum;
 	use-ncsi;
 	mlx,multi-host;
-	ncsi-ctrl,start-redo-probe;
-	ncsi-ctrl,no-channel-monitor;
-	ncsi-package = <1>;
-	ncsi-channel = <1>;
-	ncsi-rexmit = <1>;
-	ncsi-timeout = <2>;
 };
 
 &fmc {
@@ -297,7 +283,6 @@ &i2c10 {
 
 &i2c11 {
 	status = "okay";
-	bus-frequency = <400000>;
 	power-sensor@10 {
 		compatible = "adi, adm1272";
 		reg = <0x10>;
-- 
2.25.1


  reply	other threads:[~2023-11-01 10:29 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01 10:27 [PATCH linux dev-6.5 v1 00/10] Add i2c-mux and eeprom devices for Meta Yosemite 4 Delphine CC Chiu
2023-11-01 10:27 ` Delphine CC Chiu [this message]
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 02/11] ARM: dts: aspeed: yosemite4: Revise i2c-mux devices Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 03/11] ARM: dts: aspeed: yosemite4: Enable adc15 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 04/11] ARM: dts: aspeed: yosemite4: Enable spi-gpio setting Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 05/11] ARM: dts: aspeed: yosemite4: Enable watchdog2 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 06/10] ARM: dts: aspeed: yosemite4: Revise power sensor adm1281 for schematic change Delphine CC Chiu
2023-11-01 10:27 ` [PATCH v1 06/11] ARM: dts: aspeed: yosemite4: Revise quad mode to dual mode Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 07/11] ARM: dts: aspeed: yosemite4: Revise power sensor adm1281 for schematic change Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 08/11] ARM: dts: aspeed: yosemite4: Add gpio pca9506 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 09/11] ARM: dts: aspeed: yosemite4: Revise i2c11 and i2c12 schematic change Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 10/11] ARM: dts: aspeed: yosemite4: Revise i2c14 and i2c15 " Delphine CC Chiu
2023-11-01 10:27 ` [PATCH v1 linux dev-6.5 11/11] ARM: dts: aspeed: yosemite4: Initialize bmc gpio state Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 00/10] Add i2c-mux and eeprom devices for Meta Yosemite 4 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 01/11] ARM: dts: aspeed: yosemite4: Sync to torvalds kernel Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 02/11] ARM: dts: aspeed: yosemite4: Revise i2c-mux devices Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 03/11] ARM: dts: aspeed: yosemite4: Enable adc15 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 04/11] ARM: dts: aspeed: yosemite4: Enable spi-gpio setting Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 05/11] ARM: dts: aspeed: yosemite4: Enable watchdog2 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 06/10] ARM: dts: aspeed: yosemite4: Revise power sensor adm1281 for schematic change Delphine CC Chiu
2023-11-01 10:27 ` [PATCH v1 06/11] ARM: dts: aspeed: yosemite4: Revise quad mode to dual mode Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 07/11] ARM: dts: aspeed: yosemite4: Revise power sensor adm1281 for schematic change Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 08/11] ARM: dts: aspeed: yosemite4: Add gpio pca9506 Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 09/11] ARM: dts: aspeed: yosemite4: Revise i2c11 and i2c12 schematic change Delphine CC Chiu
2023-11-01 10:27 ` [PATCH linux dev-6.5 v1 10/11] ARM: dts: aspeed: yosemite4: Revise i2c14 and i2c15 " Delphine CC Chiu
2023-11-01 10:27 ` [PATCH v1 linux dev-6.5 11/11] ARM: dts: aspeed: yosemite4: Initialize bmc gpio state Delphine CC Chiu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231101102751.2538864-2-Delphine_CC_Chiu@wiwynn.com \
    --to=delphine_cc_chiu@wiwynn.com \
    --cc=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.org \
    --cc=patrick@stwcx.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).