Hi,
Hopefully, third time is a charm ;)
Series of minor fixups for AM65x device tree to cleanup some of the
dtbs_check warnings.
Changes Since V2:
* Dropped mux-controller fixup (should have been dropped when
dependencies changed)
V2: https://lore.kernel.org/all/[email protected]/
V1: https://lore.kernel.org/all/[email protected]/
Nishanth Menon (3):
arm64: dts: ti: k3-am65-main: Fix mcan node name
arm64: dts: ti: k3-am65-main: Drop deprecated ti,otap-del-sel property
arm64: dts: ti: k3-am65-iot2050-common: Rename rtc8564 nodename
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 2 +-
arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 1 -
arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 4 ++--
3 files changed, 3 insertions(+), 4 deletions(-)
--
2.40.0
ti,otap-del-sel has been deprecated in favor of ti,otap-del-sel-legacy.
Drop the duplicate and misleading ti,otap-del-sel property.
Signed-off-by: Nishanth Menon <[email protected]>
---
No change from V2
V2: https://lore.kernel.org/r/[email protected]/
V1: https://lore.kernel.org/r/[email protected]
arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
index 1adba2f2c153..57cf4d075acc 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
@@ -469,7 +469,6 @@ sdhci1: mmc@4fa0000 {
ti,otap-del-sel-ddr52 = <0x4>;
ti,otap-del-sel-hs200 = <0x7>;
ti,clkbuf-sel = <0x7>;
- ti,otap-del-sel = <0x2>;
ti,trm-icp = <0x8>;
dma-coherent;
};
--
2.40.0
Just use "rtc" as the nodename to better match with the bindings.
Signed-off-by: Nishanth Menon <[email protected]>
---
No change from V2
V2: https://lore.kernel.org/r/[email protected]/
V1: https://lore.kernel.org/r/[email protected]
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
index 96ac2b476b11..679857ca95ea 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
@@ -483,7 +483,7 @@ &main_i2c0 {
pinctrl-0 = <&main_i2c0_pins_default>;
clock-frequency = <400000>;
- rtc: rtc8564@51 {
+ rtc: rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};
--
2.40.0
Hi Nishanth Menon,
On Wed, 07 Jun 2023 08:20:40 -0500, Nishanth Menon wrote:
> Hopefully, third time is a charm ;)
>
> Series of minor fixups for AM65x device tree to cleanup some of the
> dtbs_check warnings.
>
>
> Changes Since V2:
> * Dropped mux-controller fixup (should have been dropped when
> dependencies changed)
>
> [...]
I have applied the following to branch ti-k3-dts-next on [1].
Thank you!
[1/3] arm64: dts: ti: k3-am65-main: Fix mcan node name
commit: 498f7b0f9da9be6f6c099b4c8ffb502174623565
[2/3] arm64: dts: ti: k3-am65-main: Drop deprecated ti,otap-del-sel property
commit: 2b9bb988742d1794e78d4297a99658f38477eedd
[3/3] arm64: dts: ti: k3-am65-iot2050-common: Rename rtc8564 nodename
commit: 400f4953d53ccc07bb26bb6c9d425934ecab4aa8
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh