From b76f421b2da46a2cda22e61a957d0af3a5f5dfc9 Mon Sep 17 00:00:00 2001 From: Wu Liangqing Date: Fri, 22 Jun 2018 11:59:24 +0800 Subject: [PATCH] arm64: dts: rockchip: px30-evb: support miniboard Change-Id: I3c98857e875ddc40df28896f328b4bc8e0c9539f Signed-off-by: Wu Liangqing --- .../boot/dts/rockchip/px30-evb-ddr3-v10.dts | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts b/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts index 507b9eeff63d..2b34f7a39cfb 100644 --- a/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts +++ b/arch/arm64/boot/dts/rockchip/px30-evb-ddr3-v10.dts @@ -94,6 +94,15 @@ default-brightness-level = <200>; }; + charge-animation { + compatible = "rockchip,uboot-charge"; + rockchip,uboot-charge-on = <0>; + rockchip,android-charge-on = <1>; + rockchip,uboot-low-power-voltage = <3500>; + rockchip,screen-on-voltage = <3600>; + status = "okay"; + }; + rk809-sound { compatible = "simple-audio-card"; simple-audio-card,format = "i2s"; @@ -164,14 +173,14 @@ wireless-bluetooth { compatible = "bluetooth-platdata"; - /*clocks = <&rk809 1>;*/ - /*clock-names = "ext_clock";*/ + clocks = <&rk809 1>; + clock-names = "ext_clock"; uart_rts_gpios = <&gpio1 RK_PC3 GPIO_ACTIVE_LOW>; pinctrl-names = "default","rts_gpio"; pinctrl-0 = <&uart1_rts>; pinctrl-1 = <&uart1_rts_gpio>; - BT,reset_gpio = <&gpio0 RK_PC1 GPIO_ACTIVE_HIGH>; - BT,wake_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>; + BT,reset_gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>; + BT,wake_gpio = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>; BT,wake_host_irq = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>; status = "okay"; }; @@ -309,11 +318,7 @@ &gmac { phy-supply = <&vcc_phy>; - assigned-clocks = <&cru SCLK_GMAC>; - assigned-clock-parents = <&gmac_clkin>; - clock_in_out = "input"; - pinctrl-names = "default"; - pinctrl-0 = <&rmii_pins &mac_refclk>; + clock_in_out = "output"; snps,reset-gpio = <&gpio2 13 GPIO_ACTIVE_LOW>; snps,reset-active-low; snps,reset-delays-us = <0 50000 50000>;