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: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Laurent Pinchart 2019-11-08 19:30:32 +02:00 committed by Michal Simek
parent a8fdb80f4d
commit a6764cbda6

View file

@ -66,9 +66,9 @@ dpdma_clk: dpdma-clk {
drm_clock: drm-clock {
compatible = "fixed-clock";
#clock-cells = <0x0>;
#clock-cells = <0>;
clock-frequency = <262750000>;
clock-accuracy = <0x64>;
clock-accuracy = <100>;
};
};