diff options
author | Andrew Davis <afd@ti.com> | 2023-11-17 08:14:33 -0600 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-12-04 12:17:08 -0600 |
commit | 1a4402e14fa8fa166cd4afd435b903c7867eb7d5 (patch) | |
tree | 613182079d4d9414c867a67d48338c71e109620a | |
parent | 3dc5bd24181af7eb90ad764c3b303f697ebf5e87 (diff) | |
download | lwn-1a4402e14fa8fa166cd4afd435b903c7867eb7d5.tar.gz lwn-1a4402e14fa8fa166cd4afd435b903c7867eb7d5.zip |
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: Andrew Davis <afd@ti.com>
Reviewed-by: Aradhya Bhatia <a-bhatia1@ti.com>
Link: https://lore.kernel.org/r/20231117141433.9461-1-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi index 29048d6577cf..72e7c455bf72 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 @@ }; 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 { |