diff mbox series

ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties

Message ID 20221118134102.1767559-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties | expand

Commit Message

Fabio Estevam Nov. 18, 2022, 1:41 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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@denx.de>
---
 arch/arm/boot/dts/imx6q-prti6q.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Shawn Guo Nov. 19, 2022, 3:21 a.m. UTC | #1
On Fri, Nov 18, 2022 at 10:41:02AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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@denx.de>

Fixes: 0d446a505592 ("ARM: dts: add Protonic PRTI6Q board")

Applied with the Fixes tag, thanks!
diff mbox series

Patch

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>;
 	};
 };