Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) ROCKCHIP RK3288 LVDS/TTL VIDEO PHY WITH INNO IP BLOCK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  - compatible : "rockchip,rk3288-video-phy";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  - reg : the address offset of register for phy configuration.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  - #phy-cells : must be 0. See ./phy-bindings.txt for details.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)  - clocks: must include clock specifiers corresponding to entries in the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	   clock-names property. See ../clocks/clock-bindings.txt for details.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)  - clock-names: list of clock names sorted in the same order as the clocks
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 		property. Must contain "pclk".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)  - resets : Must contain an entry for each entry in reset-names.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	    See ../reset/reset.txt for details.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)  - reset-names : should be "rst".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)  - power-domains: Must contain a reference to the PM domain, if available.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	video_phy: video-phy@ff96c000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 		compatible = "rockchip,rk3288-video-phy";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 		reg = <0x0 0xff96c000 0x0 0x4000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		clocks = <&cru PCLK_LVDS_PHY>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 		clock-names = "pclk";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 		resets = <&cru SRST_LVDS_PHY>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 		reset-names = "rst";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 		power-domains = <&power RK3288_PD_VIO>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 		#phy-cells = <0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 		status = "disabled";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	};