On 9/3/20 8:00 AM, Nishanth Menon wrote:
> Device tree convention uses lower case a-f for hexadecimals. Fix the
> same.
> 
> Signed-off-by: Nishanth Menon <[email protected]>

Acked-by: Suman Anna <[email protected]>

> ---
> Change:
> v2: - new
> 
>  arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 4 ++--
>  1 file 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 76e0edc4ad5c..d53d1ead4bb6 100644
> --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> @@ -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 {
> 

Reply via email to