The hclk is not used in the dw-mipi-dsi-rockchip.c driver,
so remove hclk from the rk356x.dtsi dsi node.

Signed-off-by: Johan Jonker <jbx6...@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk356x.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi 
b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
index 5706c3e24..2cb61a783 100644
--- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
@@ -743,8 +743,8 @@
                compatible = "rockchip,rk3568-mipi-dsi", "snps,dw-mipi-dsi";
                reg = <0x00 0xfe060000 0x00 0x10000>;
                interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
-               clock-names = "pclk", "hclk";
-               clocks = <&cru PCLK_DSITX_0>, <&cru HCLK_VO>;
+               clock-names = "pclk";
+               clocks = <&cru PCLK_DSITX_0>;
                phy-names = "dphy";
                phys = <&dsi_dphy0>;
                power-domains = <&power RK3568_PD_VO>;
@@ -771,8 +771,8 @@
                compatible = "rockchip,rk3568-mipi-dsi", "snps,dw-mipi-dsi";
                reg = <0x0 0xfe070000 0x0 0x10000>;
                interrupts = <GIC_SPI 69 IRQ_TYPE_LEVEL_HIGH>;
-               clock-names = "pclk", "hclk";
-               clocks = <&cru PCLK_DSITX_1>, <&cru HCLK_VO>;
+               clock-names = "pclk";
+               clocks = <&cru PCLK_DSITX_1>;
                phy-names = "dphy";
                phys = <&dsi_dphy1>;
                power-domains = <&power RK3568_PD_VO>;
--
2.20.1

Reply via email to