Commit 1a4402e1 authored by Andrew Davis's avatar Andrew Davis Committed by Nishanth Menon

arm64: dts: ti: k3-am65: Add full compatible to dss-oldi-io-ctrl node

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.
Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Reviewed-by: default avatarAradhya Bhatia <a-bhatia1@ti.com>
Link: https://lore.kernel.org/r/20231117141433.9461-1-afd@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 3dc5bd24
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment