mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: rk3506b-evb1: update from rk3506g-evb1
Change-Id: I81f67f73b43284c9039492ac63d7499b00738875 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
@@ -12,6 +12,17 @@
|
||||
model = "Rockchip RK3506B(BGA) EVB1 V10 Board";
|
||||
compatible = "rockchip,rk3506b-evb1-v10", "rockchip,rk3506";
|
||||
|
||||
vcc3v3_lcd_n: vcc3v3-lcd0-n {
|
||||
compatible = "regulator-fixed";
|
||||
enable-active-high;
|
||||
gpio = <&gpio0 RK_PA1 GPIO_ACTIVE_HIGH>;
|
||||
regulator-name = "vcc3v3_lcd_n";
|
||||
regulator-boot-on;
|
||||
regulator-state-mem {
|
||||
regulator-off-in-suspend;
|
||||
};
|
||||
};
|
||||
|
||||
vcc5v0_otg0: vcc5v0-otg0-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vcc5v0_otg0";
|
||||
@@ -37,6 +48,39 @@
|
||||
};
|
||||
};
|
||||
|
||||
&cma {
|
||||
size = <0x1600000>;
|
||||
};
|
||||
|
||||
&dsi {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dsi_dphy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dsi_in_vop {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dsi_panel {
|
||||
power-supply = <&vcc3v3_lcd_n>;
|
||||
};
|
||||
|
||||
&es8388 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&es8388_sound {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
>1x {
|
||||
power-supply = <&vcc3v3_lcd_n>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
usb {
|
||||
vcc5v0_otg0_en: vcc5v0-otg0-en {
|
||||
@@ -49,6 +93,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
&route_dsi {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sai1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy_otg0 {
|
||||
vbus-supply = <&vcc5v0_otg0>;
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user