projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e8a8b5
)
ARM: dts: rockchip: reorder rk322x hmdi clocks
author
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 10 Feb 2022 14:23:53 +0000
(15:23 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Sat, 12 Feb 2022 00:26:16 +0000
(
01:26
+0100)
The binding specifies the clock order to "iahb", "isfr", "cec". Reorder
the clocks accordingly.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Link:
https://lore.kernel.org/r/20220210142353.3420859-1-s.hauer@pengutronix.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk322x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk322x.dtsi
b/arch/arm/boot/dts/rk322x.dtsi
index 8eed9e3a92e901b6c2769e38224423de1be950da..5868eb512f69fef83251fcf56138ba125cdfa1b9 100644
(file)
--- a/
arch/arm/boot/dts/rk322x.dtsi
+++ b/
arch/arm/boot/dts/rk322x.dtsi
@@
-718,8
+718,8
@@
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
assigned-clocks = <&cru SCLK_HDMI_PHY>;
assigned-clock-parents = <&hdmi_phy>;
- clocks = <&cru
SCLK_HDMI_HDCP>, <&cru PCLK_HDMI_CTRL
>, <&cru SCLK_HDMI_CEC>;
- clock-names = "i
sfr", "iahb
", "cec";
+ clocks = <&cru
PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP
>, <&cru SCLK_HDMI_CEC>;
+ clock-names = "i
ahb", "isfr
", "cec";
pinctrl-names = "default";
pinctrl-0 = <&hdmii2c_xfer &hdmi_hpd &hdmi_cec>;
resets = <&cru SRST_HDMI_P>;