Patch "ARM: dts: stm32: Update part number NVMEM description on stm32mp131" has been added to the 6.1-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    ARM: dts: stm32: Update part number NVMEM description on stm32mp131

to the 6.1-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm-dts-stm32-update-part-number-nvmem-description-o.patch
and it can be found in the queue-6.1 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 6bd0b2ab5db0f885bef7a0b1daf1265dc111cb9c
Author: Patrick Delaunay <patrick.delaunay@xxxxxxxxxxx>
Date:   Wed Jan 18 13:49:51 2023 +0100

    ARM: dts: stm32: Update part number NVMEM description on stm32mp131
    
    [ Upstream commit 366384e495511bea8583e44173629a3012d62db0 ]
    
    The STM32MP13x Device Part Number (also named RPN in reference manual)
    only uses the first 12 bits in OTP4, all the other bit are reserved and
    they can be different of zero; they must be masked in NVMEM result, so
    the number of bits must be defined in the nvmem cell description.
    
    Fixes: 1da8779c0029 ("ARM: dts: stm32: add STM32MP13 SoCs support")
    Signed-off-by: Patrick Delaunay <patrick.delaunay@xxxxxxxxxxx>
    Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/stm32mp131.dtsi b/arch/arm/boot/dts/stm32mp131.dtsi
index dd35a607073dd..723787f72cfd9 100644
--- a/arch/arm/boot/dts/stm32mp131.dtsi
+++ b/arch/arm/boot/dts/stm32mp131.dtsi
@@ -405,6 +405,7 @@ bsec: efuse@5c005000 {
 
 			part_number_otp: part_number_otp@4 {
 				reg = <0x4 0x2>;
+				bits = <0 12>;
 			};
 			ts_cal1: calib@5c {
 				reg = <0x5c 0x2>;



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux