Message ID | 20220314163445.79807-1-miquel.raynal@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] ARM: dts: am33xx-l4: Add missing touchscreen clock properties | expand |
* Miquel Raynal <miquel.raynal@bootlin.com> [220314 18:33]: > The touchscreen bindings clearly state that the clocks/clock-names > properties are mandatory, but they have been forgotten in one DTSI. This > was probably not noticed in the first place because of the clock > actually existing and the clk_get() call going through all the tree > anyway. > > Add the missing clock phandles in the am33xx touchscreen description. > > Reported-by: H. Nikolaus Schaller <hns@goldelico.com> > Fixes: 235a96e92c16 ("mfd: ti_am335x_tscadc: Don't search the tree for our clock") > Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> > Tested-by: H. Nikolaus Schaller <hns@goldelico.com> Applying into fixes thanks. Tony
diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi index c9629cb5ccd1..7da42a5b959c 100644 --- a/arch/arm/boot/dts/am33xx-l4.dtsi +++ b/arch/arm/boot/dts/am33xx-l4.dtsi @@ -263,6 +263,8 @@ tscadc: tscadc@0 { compatible = "ti,am3359-tscadc"; reg = <0x0 0x1000>; interrupts = <16>; + clocks = <&adc_tsc_fck>; + clock-names = "fck"; status = "disabled"; dmas = <&edma 53 0>, <&edma 57 0>; dma-names = "fifo0", "fifo1";