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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -66,9 +66,9 @@

	drm_clock: drm-clock {
		compatible = "fixed-clock";
		#clock-cells = <0x0>;
		#clock-cells = <0>;
		clock-frequency = <262750000>;
		clock-accuracy = <0x64>;
		clock-accuracy = <100>;
	};
};