Skip to content

Commit

Permalink
[dts] fixed memory-size
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Jul 3, 2018
1 parent a293bdb commit 6ef9428
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
Expand Up @@ -22,7 +22,7 @@
};

memory {
reg = <0 0x80000000 0 0x20000000>;
reg = <0 0x80000000 0 0x80000000>;
};

cpus {
Expand Down Expand Up @@ -114,11 +114,7 @@
default-state = "off";
};
};
/*
memory@80000000 {
reg = <0 0x80000000 0 0x40000000>;
};
*/

vdd_fixed_vgpu_reg: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "vdd_fixed_vgpu";
Expand Down

0 comments on commit 6ef9428

Please sign in to comment.