File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
arch/arm/boot/dts/broadcom Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 237
237
ranges = <0x0 0x0 0x80000>;
238
238
239
239
memc-ddr@2000 {
240
- compatible = "brcm,brcmstb-memc-ddr";
240
+ compatible = "brcm,brcmstb-memc-ddr-rev-b.1.x",
241
+ "brcm,brcmstb-memc-ddr";
241
242
reg = <0x2000 0x800>;
242
243
};
243
244
259
260
ranges = <0x0 0x80000 0x80000>;
260
261
261
262
memc-ddr@2000 {
262
- compatible = "brcm,brcmstb-memc-ddr";
263
+ compatible = "brcm,brcmstb-memc-ddr-rev-b.1.x",
264
+ "brcm,brcmstb-memc-ddr";
263
265
reg = <0x2000 0x800>;
264
266
};
265
267
281
283
ranges = <0x0 0x100000 0x80000>;
282
284
283
285
memc-ddr@2000 {
284
- compatible = "brcm,brcmstb-memc-ddr";
286
+ compatible = "brcm,brcmstb-memc-ddr-rev-b.1.x",
287
+ "brcm,brcmstb-memc-ddr";
285
288
reg = <0x2000 0x800>;
286
289
};
287
290
You can’t perform that action at this time.
0 commit comments