Commit a6764cbd authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Michal Simek

arm64: dts: zynqmp: Use decimal values for drm-clock properties

The #clock-cells and clock-accuracy properties are all expressed in
decimal, except for the drm-clock. Fix it, as decimal is easier to read
for those properties.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a8fdb80f
...@@ -66,9 +66,9 @@ dpdma_clk: dpdma-clk { ...@@ -66,9 +66,9 @@ dpdma_clk: dpdma-clk {
drm_clock: drm-clock { drm_clock: drm-clock {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0x0>; #clock-cells = <0>;
clock-frequency = <262750000>; clock-frequency = <262750000>;
clock-accuracy = <0x64>; clock-accuracy = <100>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment