48 lines
1.4 KiB
Diff
48 lines
1.4 KiB
Diff
From d0950717ad74ea4c85ccf7bc205b8545758de1df Mon Sep 17 00:00:00 2001
|
|
From: tonymac32 <tonymckahan@gmail.com>
|
|
Date: Sun, 8 Aug 2021 11:49:27 -0400
|
|
Subject: [PATCH] board_rock64_mali-usb-supply
|
|
|
|
Signed-off-by: tonymac32 <tonymckahan@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 16 +++++-----------
|
|
1 file changed, 5 insertions(+), 11 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
index b5f5513c6..df51ade34 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
|
|
@@ -43,17 +43,6 @@ vcc_host_5v: vcc-host-5v-regulator {
|
|
vin-supply = <&vcc_sys>;
|
|
};
|
|
|
|
- vcc_host1_5v: vcc_otg_5v: vcc-host1-5v-regulator {
|
|
- compatible = "regulator-fixed";
|
|
- gpio = <&gpio0 RK_PA2 GPIO_ACTIVE_LOW>;
|
|
- pinctrl-names = "default";
|
|
- pinctrl-0 = <&usb20_host_drv>;
|
|
- regulator-name = "vcc_host1_5v";
|
|
- regulator-always-on;
|
|
- regulator-boot-on;
|
|
- vin-supply = <&vcc_sys>;
|
|
- };
|
|
-
|
|
vcc_sys: vcc-sys {
|
|
compatible = "regulator-fixed";
|
|
regulator-name = "vcc_sys";
|
|
@@ -143,6 +132,11 @@ &emmc {
|
|
status = "okay";
|
|
};
|
|
|
|
+&gpu {
|
|
+ status = "okay";
|
|
+ mali-supply = <&vdd_logic>;
|
|
+};
|
|
+
|
|
&gmac2io {
|
|
assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
|
|
assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
|
|
--
|
|
Created with Armbian build tools https://github.com/armbian/build
|
|
|