Skip to content

Commit aec4353

Browse files
Zebra345superna9999
authored andcommitted
arm64: dts: meson-g12-common: specify full DMC range
According to S905X2 Datasheet - Revision 07: DRAM Memory Controller (DMC) register area spans ff638000-ff63a000. According to DeviceTree Specification - Release v0.4-rc1: simple-bus nodes do not require reg property. Fixes: 1499218 ("arm64: dts: move common G12A & G12B modes to meson-g12-common.dtsi") Signed-off-by: Marc Gonzalez <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent fe15c26 commit aec4353

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,10 +1571,9 @@
15711571

15721572
dmc: bus@38000 {
15731573
compatible = "simple-bus";
1574-
reg = <0x0 0x38000 0x0 0x400>;
15751574
#address-cells = <2>;
15761575
#size-cells = <2>;
1577-
ranges = <0x0 0x0 0x0 0x38000 0x0 0x400>;
1576+
ranges = <0x0 0x0 0x0 0x38000 0x0 0x2000>;
15781577

15791578
canvas: video-lut@48 {
15801579
compatible = "amlogic,canvas";

0 commit comments

Comments
 (0)