Add bindings for per-cpu QoS for QCOM UFS. This improves random ioThe bindings addition improves performance? Cool :P
performance by 20% for QCOM UFS.
@@ -318,5 +326,13 @@ examples:Looks like the indentation is off, also missing newline before subnodes.
<0 0>,
<0 0>;
qcom,ice = <&ice>;
+ qos0 {
+ cpumask = <0x0f>;This should be a CPU phandle array instead. Besides, can we notdetermine this dynamically?
+ vote = <44>;Missing newline between subnodes.
+ };
+ qos1 {