Orange Pi5 kernel

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

3 Commits   0 Branches   0 Tags
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
 */

#include "px30.dtsi"

&cru {
	assigned-clocks = <&cru PLL_NPLL>;
	assigned-clock-rates = <1040000000>;
};

&display_subsystem {
	ports = <&vopb_out>;
};

&gpu_opp_table {
	opp-520000000 {
		opp-hz = /bits/ 64 <520000000>;
		opp-microvolt = <1175000>;
		opp-microvolt-L0 = <1175000>;
		opp-microvolt-L1 = <1150000>;
		opp-microvolt-L2 = <1100000>;
		opp-microvolt-L3 = <1050000>;
	};
};

&rgb {
	phys = <&video_phy>;
	phy-names = "phy";
	pinctrl-names = "default", "sleep";
	pinctrl-0 = <&lcdc_m1_rgb_pins>;
	pinctrl-1 = <&lcdc_m1_sleep_pins>;
};

&pinctrl {
	lcdc {
		lcdc_m1_rgb_pins: lcdc-m1-rgb-pins {
			rockchip,pins =
				<3 RK_PA0 1 &pcfg_pull_none_8ma>,	/* LCDC_DCLK */
				<3 RK_PA4 1 &pcfg_pull_none_8ma>,	/* LCDC_D0 */
				<3 RK_PA6 1 &pcfg_pull_none_8ma>,	/* LCDC_D2 */
				<3 RK_PB2 1 &pcfg_pull_none_8ma>,	/* LCDC_D6 */
				<3 RK_PB3 1 &pcfg_pull_none_8ma>,	/* LCDC_D7 */
				<3 RK_PB5 1 &pcfg_pull_none_8ma>,	/* LCDC_D9 */
				<3 RK_PC0 1 &pcfg_pull_none_8ma>,	/* LCDC_D12 */
				<3 RK_PC1 1 &pcfg_pull_none_8ma>,	/* LCDC_D13 */
				<3 RK_PC2 1 &pcfg_pull_none_8ma>,	/* LCDC_D14 */
				<3 RK_PC3 1 &pcfg_pull_none_8ma>,	/* LCDC_D15 */
				<3 RK_PC4 1 &pcfg_pull_none_8ma>,	/* LCDC_D16 */
				<3 RK_PC5 1 &pcfg_pull_none_8ma>,	/* LCDC_D17 */
				<3 RK_PC6 1 &pcfg_pull_none_8ma>,	/* LCDC_D18 */
				<3 RK_PC7 1 &pcfg_pull_none_8ma>,	/* LCDC_D19 */
				<3 RK_PD0 1 &pcfg_pull_none_8ma>,	/* LCDC_D20 */
				<3 RK_PD1 1 &pcfg_pull_none_8ma>,	/* LCDC_D21 */
				<3 RK_PD2 1 &pcfg_pull_none_8ma>,	/* LCDC_D22 */
				<3 RK_PD3 1 &pcfg_pull_none_8ma>;	/* LCDC_D23 */
		};

		lcdc_m1_sleep_pins: lcdc-m1-sleep-pins {
			rockchip,pins =
				<3 RK_PA0 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_DCLK */
				<3 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D0 */
				<3 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D2 */
				<3 RK_PB2 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D6 */
				<3 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D7 */
				<3 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D9 */
				<3 RK_PC0 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D12 */
				<3 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D13 */
				<3 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D14 */
				<3 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D15 */
				<3 RK_PC4 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D16 */
				<3 RK_PC5 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D17 */
				<3 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D18 */
				<3 RK_PC7 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D19 */
				<3 RK_PD0 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D20 */
				<3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D21 */
				<3 RK_PD2 RK_FUNC_GPIO &pcfg_pull_none>,	/* LCDC_D22 */
				<3 RK_PD3 RK_FUNC_GPIO &pcfg_pull_none>;	/* LCDC_D23 */
		};
	};
};

/delete-node/ &dsi_in_vopl;
/delete-node/ &lvds_vopl_in;
/delete-node/ &rgb_in_vopl;
/delete-node/ &vopl;
/delete-node/ &vopl_mmu;