@@ -4613,6 +4613,10 @@ camss: camss@ac6a000 {
"cam_sf_0_mnoc",
"cam_sf_icp_mnoc";
+ #address-cells = <2>;
+ #size-cells = <2>;
+ ranges;
+
ports {
#address-cells = <1>;
#size-cells = <0>;
@@ -4641,6 +4645,16 @@ port@5 {
reg = <5>;
};
};
+
+ csiphy2: phy@ac6e000 {
+ compatible = "qcom,csiphy";
+ reg = <0 0x0ac6e000 0 0x1000>;
+ clocks = <&camcc CAM_CC_CSIPHY2_CLK>,
+ <&camcc CAM_CC_CSI2PHYTIMER_CLK>;
+ clock-names = "csiphy", "csiphy_timer";
+ interrupts = <GIC_SPI 479 IRQ_TYPE_EDGE_RISING>;
+ #phy-cells = <0>;
+ };
};
camcc: clock-controller@ad00000 {
Following the new device tree bindings for CAMSS IPs introduce csiphy2 device tree node under SM8250 CAMSS, which allows to perform camera tests of the model on an RB5 board with an attached vision mezzanine. Note that the optional 'phys' property is deliberately not added. Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> --- For testing only, do not merge. arch/arm64/boot/dts/qcom/sm8250.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+)