Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: memory-controller: Update example for Tegra124 EMC

The example in the Tegra124 EMC device tree binding looks like an old
version that doesn't contain all the required fields. Update it with a
version from the current DTS files to fix the make dt_binding_check
target.

Reported-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
[robh: also fix missing '#reset-cells']
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Thierry Reding and committed by
Rob Herring
3044d989 88d5271c

+12 -8
+12 -8
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.yaml
··· 347 347 interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; 348 348 349 349 #iommu-cells = <1>; 350 + #reset-cells = <1>; 350 351 }; 351 352 352 353 external-memory-controller@7001b000 { ··· 364 363 timing-0 { 365 364 clock-frequency = <12750000>; 366 365 367 - nvidia,emc-zcal-cnt-long = <0x00000042>; 368 - nvidia,emc-auto-cal-interval = <0x001fffff>; 369 - nvidia,emc-ctt-term-ctrl = <0x00000802>; 370 - nvidia,emc-cfg = <0x73240000>; 371 - nvidia,emc-cfg-2 = <0x000008c5>; 372 - nvidia,emc-sel-dpd-ctrl = <0x00040128>; 373 - nvidia,emc-bgbias-ctl0 = <0x00000008>; 374 366 nvidia,emc-auto-cal-config = <0xa1430000>; 375 367 nvidia,emc-auto-cal-config2 = <0x00000000>; 376 368 nvidia,emc-auto-cal-config3 = <0x00000000>; 377 - nvidia,emc-mode-reset = <0x80001221>; 369 + nvidia,emc-auto-cal-interval = <0x001fffff>; 370 + nvidia,emc-bgbias-ctl0 = <0x00000008>; 371 + nvidia,emc-cfg = <0x73240000>; 372 + nvidia,emc-cfg-2 = <0x000008c5>; 373 + nvidia,emc-ctt-term-ctrl = <0x00000802>; 378 374 nvidia,emc-mode-1 = <0x80100003>; 379 375 nvidia,emc-mode-2 = <0x80200008>; 380 376 nvidia,emc-mode-4 = <0x00000000>; 377 + nvidia,emc-mode-reset = <0x80001221>; 378 + nvidia,emc-mrs-wait-cnt = <0x000e000e>; 379 + nvidia,emc-sel-dpd-ctrl = <0x00040128>; 380 + nvidia,emc-xm2dqspadctrl2 = <0x0130b118>; 381 + nvidia,emc-zcal-cnt-long = <0x00000042>; 382 + nvidia,emc-zcal-interval = <0x00000000>; 381 383 382 384 nvidia,emc-configuration = < 383 385 0x00000000 /* EMC_RC */