On Tue, Jul 21, 2026 at 06:35:19PM +0800, Jason Yang wrote:
quoted hunk ↗ jump to hunk
clocks:
maxItems: 2@@ -82,6 +92,6 @@ examples:
<&cru SRST_S_MIPI_DCPHY0>;
reset-names = "m_phy", "apb", "grf", "s_phy";
rockchip,grf = <&mipidcphy0_grf>;
- #phy-cells = <1>;
+ #phy-cells = <2>;
};
};diff --git a/include/dt-bindings/phy/phy-rockchip-samsung-dcphy.h b/include/dt-bindings/phy/phy-rockchip-samsung-dcphy.h
new file mode 100644
index 000000000000..60f6630f58b3
--- /dev/null
+++ b/include/dt-bindings/phy/phy-rockchip-samsung-dcphy.h
Filename must follow compatible or binding filename, so this is
rockchip,rk3588-mipi-dcphy.h for example.
Best regards,
Krzysztof