Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65-main: Use lower case hexadecimal
Browse files Browse the repository at this point in the history
Device tree convention uses lower case a-f for hexadecimals. Fix the
same.

Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Acked-by: Suman Anna <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
nmenon committed Sep 7, 2020
1 parent 1aedefe commit 05e393c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,9 @@
<0x4090 0x3>; /* SERDES1 lane select */
};

dss_oldi_io_ctrl: dss_oldi_io_ctrl@41E0 {
dss_oldi_io_ctrl: dss_oldi_io_ctrl@41e0 {
compatible = "syscon";
reg = <0x0000041E0 0x14>;
reg = <0x0000041e0 0x14>;
};

ehrpwm_tbclk: syscon@4140 {
Expand Down

0 comments on commit 05e393c

Please sign in to comment.