Patch "ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties" has been added to the 6.0-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: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties

to the 6.0-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-imx6q-prti6q-fix-ref-tcxo-clock-frequency-pr.patch
and it can be found in the queue-6.0 subdirectory.

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



commit 6a7e117086e54c822205669f125647b2bd2d3af0
Author: Fabio Estevam <festevam@xxxxxxx>
Date:   Fri Nov 18 10:41:02 2022 -0300

    ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
    
    [ Upstream commit e68be7b39f21d8a9291a5a3019787cd3ca999dd7 ]
    
    make dtbs_check gives the following errors:
    
    ref-clock-frequency: size (9) error for type uint32
    tcxo-clock-frequency: size (9) error for type uint32
    
    Fix it by passing the frequencies inside < > as documented in
    Documentation/devicetree/bindings/net/wireless/ti,wlcore.yaml.
    
    Signed-off-by: Fabio Estevam <festevam@xxxxxxx>
    Fixes: 0d446a505592 ("ARM: dts: add Protonic PRTI6Q board")
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm/boot/dts/imx6q-prti6q.dts b/arch/arm/boot/dts/imx6q-prti6q.dts
index b4605edfd2ab..d8fa83effd63 100644
--- a/arch/arm/boot/dts/imx6q-prti6q.dts
+++ b/arch/arm/boot/dts/imx6q-prti6q.dts
@@ -364,8 +364,8 @@ wifi {
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_wifi>;
 		interrupts-extended = <&gpio1 30 IRQ_TYPE_LEVEL_HIGH>;
-		ref-clock-frequency = "38400000";
-		tcxo-clock-frequency = "19200000";
+		ref-clock-frequency = <38400000>;
+		tcxo-clock-frequency = <19200000>;
 	};
 };
 



[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