Commit e220e0b0 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

ARM: dts: rockchip: add more angle brackets to operating-points property on rk3066a

After the conversion to YAML of the Operating Performance Points(OPP)
binding the operating-points property expects values in
a uint32-matrix with 2 items, so fix the notifications by adding
angle brackets.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/opp/opp-v1.yaml
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210828091233.19992-1-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 33a2a4b2
...@@ -23,16 +23,15 @@ cpu0: cpu@0 { ...@@ -23,16 +23,15 @@ cpu0: cpu@0 {
compatible = "arm,cortex-a9"; compatible = "arm,cortex-a9";
next-level-cache = <&L2>; next-level-cache = <&L2>;
reg = <0x0>; reg = <0x0>;
operating-points = < operating-points =
/* kHz uV */ /* kHz uV */
1416000 1300000 <1416000 1300000>,
1200000 1175000 <1200000 1175000>,
1008000 1125000 <1008000 1125000>,
816000 1125000 <816000 1125000>,
600000 1100000 <600000 1100000>,
504000 1100000 <504000 1100000>,
312000 1075000 <312000 1075000>;
>;
clock-latency = <40000>; clock-latency = <40000>;
clocks = <&cru ARMCLK>; clocks = <&cru ARMCLK>;
}; };
......
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