On 3/13/25 2:09 PM, Kaushal Kumar wrote:Will update in v2.
Add devicetree node to enable support for QPICAlter the bindings not to require it then, instead
NAND controller on Qualcomm SDX75 platform.
Since there is no "aon" clock in SDX75, a dummy
clock is provided.
[...]
Sure, will update in v2.
+ qpic_nand: nand-controller@1cc8000 {Please make dma-names a vertical list, just like dmas
+ compatible = "qcom,sdx75-nand", "qcom,sdx55-nand";
+ reg = <0x0 0x01cc8000 0x0 0x10000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ clocks = <&rpmhcc RPMH_QPIC_CLK>,
+ <&nand_clk_dummy>;
+ clock-names = "core", "aon";
+
+ dmas = <&qpic_bam 0>,
+ <&qpic_bam 1>,
+ <&qpic_bam 2>;
+ dma-names = "tx", "rx", "cmd";
Konrad