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

ARM: tegra: Use numeric unit-addresses

Unit-addresses should be numeric. This fixes a validation failure seen
using the json-schema tooling.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+1 -1
+1 -1
arch/arm/boot/dts/tegra20-paz00.dts
··· 314 314 memory-controller@7000f400 { 315 315 nvidia,use-ram-code; 316 316 317 - emc-tables@hynix { 317 + emc-tables@0 { 318 318 nvidia,ram-code = <0x0>; 319 319 #address-cells = <1>; 320 320 #size-cells = <0>;