Skip to content

Commit

Permalink
ayufan: dts: rockpro64: update rockpro64 config
Browse files Browse the repository at this point in the history
Change-Id: Ib59de0ca9fa97ed845e2ed2f4f199e36c15a7828
  • Loading branch information
ayufan committed Jun 10, 2018
1 parent 296e5af commit 31a41c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
stdout-path = "serial2:1500000n8";
};

/* first 64k(0xff8c0000~0xff8d0000) for ddr and suspend */
iram: sram@ff8d0000 {
compatible = "mmio-sram";
reg = <0x0 0xff8d0000 0x0 0x20000>; /* 128k */
};

aliases {
ethernet0 = &gmac;
};
Expand Down Expand Up @@ -377,7 +383,7 @@
};

vdd_gpu: syr828@41 {
compatible = "silergy,syr828-disabled";
compatible = "silergy,syr828";
reg = <0x41>;
regulator-compatible = "fan53555-reg";
pinctrl-0 = <&vsel2_gpio>;
Expand Down Expand Up @@ -609,7 +615,7 @@
};

&gpu {
status = "disabled";
status = "okay";
mali-supply = <&vdd_gpu>;
};

Expand Down Expand Up @@ -673,7 +679,7 @@
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_xfer &uart0_cts>;
status = "okay";
status = "disabled";
};

&uart2 {
Expand Down

0 comments on commit 31a41c7

Please sign in to comment.