devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: FUKAUMI Naoki <naoki@radxa.com>
To: heiko@sntech.de
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	dsimic@manjaro.org, sebastian.reichel@collabora.com,
	devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org,
	FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH v4 06/12] arm64: dts: rockchip: remove RTC and related node for Radxa ROCK 5C
Date: Mon,  9 Dec 2024 12:51:25 +0000	[thread overview]
Message-ID: <20241209125131.4101-7-naoki@radxa.com> (raw)
In-Reply-To: <20241209125131.4101-1-naoki@radxa.com>

RTC doesn't exist on actual board. remove it.

Fixes: 3ddf5cdb77e6 ("arm64: dts: rockchip: add Radxa ROCK 5C")
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
Changes in v4:
- none
Changes in v3:
- none
Changes in v2:
- new
---
 .../boot/dts/rockchip/rk3588s-rock-5c.dts     | 23 -------------------
 1 file changed, 23 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
index 01537b47f880..1ba94396aab8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
@@ -350,23 +350,6 @@ regulator-state-mem {
 	};
 };
 
-&i2c5 {
-	pinctrl-names = "default";
-	pinctrl-0 = <&i2c5m2_xfer>;
-	status = "okay";
-
-	rtc@51 {
-		compatible = "haoyu,hym8563";
-		reg = <0x51>;
-		#clock-cells = <0>;
-		clock-output-names = "rtcic_32kout";
-		interrupt-parent = <&gpio0>;
-		interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
-		pinctrl-names = "default";
-		pinctrl-0 = <&rtc_int_l>;
-	};
-};
-
 &i2c7 {
 	status = "okay";
 
@@ -451,12 +434,6 @@ pow_en: pow-en {
 		};
 	};
 
-	rtc {
-		rtc_int_l: rtc-int-l {
-			rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
-		};
-	};
-
 	usb {
 		usb_host_pwren_h: usb-host-pwren-h {
 			rockchip,pins = <4 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>;
-- 
2.43.0


  parent reply	other threads:[~2024-12-09 12:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09 12:51 [PATCH v4 00/12] arm64: dts: rockchip: refine dts for Radxa ROCK 5C FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 01/12] arm64: dts: rockchip: change function name for blue LED " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 02/12] arm64: dts: rockchip: change node name for pwm-fan " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 03/12] arm64: dts: rockchip: fix property " FUKAUMI Naoki
2024-12-09 16:32   ` Dragan Simic
2024-12-09 21:12     ` FUKAUMI Naoki
2024-12-10  0:40       ` Alexey Charkov
2024-12-10  1:03         ` FUKAUMI Naoki
2024-12-10  7:06         ` Dragan Simic
2024-12-09 12:51 ` [PATCH v4 04/12] arm64: dts: rockchip: rename regulator for pcie2x1l2 " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 05/12] arm64: dts: rockchip: add properties " FUKAUMI Naoki
2024-12-09 12:51 ` FUKAUMI Naoki [this message]
2024-12-09 12:51 ` [PATCH v4 07/12] arm64: dts: rockchip: separate pinctrl for vcc_5v0 " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 08/12] arm64: dts: rockchip: add cd-gpios for sdmmc " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 09/12] arm64: dts: rockchip: fix pmic dcdc-reg7 regulator-name " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 10/12] arm64: dts: rockchip: fix pmic dcdc-reg10 label " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 11/12] arm64: dts: rockchip: fix proparties for pmic regulators " FUKAUMI Naoki
2024-12-09 12:51 ` [PATCH v4 12/12] arm64: dts: rockchip: sort nodes " FUKAUMI Naoki

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=20241209125131.4101-7-naoki@radxa.com \
    --to=naoki@radxa.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dsimic@manjaro.org \
    --cc=heiko@sntech.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=robh@kernel.org \
    --cc=sebastian.reichel@collabora.com \
    /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 NNTP newsgroup(s).