Message ID | 20231117141433.9461-1-afd@ti.com |
---|---|
State | Accepted |
Commit | 1a4402e14fa8fa166cd4afd435b903c7867eb7d5 |
Headers | show |
Series | [v3] arm64: dts: ti: k3-am65: Add full compatible to dss-oldi-io-ctrl node | expand |
Hi Andrew Davis, On Fri, 17 Nov 2023 08:14:33 -0600, Andrew Davis wrote: > This matches the binding for this register region which fixes a couple > DTS check warnings. > > While here trim the leading 0s from the "reg" definition. > > I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: k3-am65: Add full compatible to dss-oldi-io-ctrl node commit: 1a4402e14fa8fa166cd4afd435b903c7867eb7d5 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
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi index 5ebb87f467de5..7eacb74498a75 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi @@ -498,8 +498,8 @@ serdes_mux: mux-controller { }; dss_oldi_io_ctrl: dss-oldi-io-ctrl@41e0 { - compatible = "syscon"; - reg = <0x000041e0 0x14>; + compatible = "ti,am654-dss-oldi-io-ctrl", "syscon"; + reg = <0x41e0 0x14>; }; ehrpwm_tbclk: clock-controller@4140 {