diff options
author | Andrew Davis <afd@ti.com> | 2023-05-15 21:35:15 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-06-07 17:02:46 +0300 |
commit | 2d62aab57d2ace03d840c08fb323ed1b9bd83a94 (patch) | |
tree | 1d984fa6cf46cec5fd828e0203dfde1b87ceefff /arch/arm/boot/dts/keystone-k2e-netcp.dtsi | |
parent | 4b3498372664efe3755255402537e243bc83eb82 (diff) | |
download | linux-2d62aab57d2ace03d840c08fb323ed1b9bd83a94.tar.xz |
ARM: dts: keystone: Do not capitalize hex digits
Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20230515183515.509371-5-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2e-netcp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi index 42cf74db673c..bff73a0ed10b 100644 --- a/arch/arm/boot/dts/keystone-k2e-netcp.dtsi +++ b/arch/arm/boot/dts/keystone-k2e-netcp.dtsi @@ -167,7 +167,7 @@ netcp: netcp@24000000 { <&tsipclka>, <&tsrefclk>, <&tsipclkb>; ti,mux-tbl = <0x0>, <0x1>, <0x2>, - <0x3>, <0x4>, <0x8>, <0xC>; + <0x3>, <0x4>, <0x8>, <0xc>; assigned-clocks = <&cpts_refclk_mux>; assigned-clock-parents = <&chipclk12>; }; |