From c045a02174b31c1ce614cb04b88b94003d842973 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 1 Jan 2020 18:54:31 +0100 Subject: mb/google/nyan/devicetree.cb: Correct some comments Use a consistent spelling for SoC (System-on-a-Chip), and fix a few minor typos. Change-Id: I29eacc9e93b2eb686ce945de0173844ef5eae1b9 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/38063 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/google/nyan/devicetree.cb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard/google/nyan') diff --git a/src/mainboard/google/nyan/devicetree.cb b/src/mainboard/google/nyan/devicetree.cb index 5db8192ac99d..ae4f5bc1f7de 100644 --- a/src/mainboard/google/nyan/devicetree.cb +++ b/src/mainboard/google/nyan/devicetree.cb @@ -15,12 +15,12 @@ chip soc/nvidia/tegra124 device cpu_cluster 0 on end -# N.B. We ae not using the device tree in an effective way. -# We need to change this in future such that the on-soc +# N.B. We are not using the device tree in an effective way. +# We need to change this in future such that the on-SoC # devices are 'chips', which will allow us to go at them -# in parallel. This is even easier on the ARM SOCs since there +# in parallel. This is even easier on the ARM SoCs since there # are no single-access resources such as the infamous -# cf8/cfc registers found on PCs. +# 0xcf8/0xcfc registers found on PCs. register "display_controller" = "TEGRA_ARM_DISPLAYA" register "xres" = "1366" register "yres" = "768" @@ -39,7 +39,7 @@ chip soc/nvidia/tegra124 register "panel_vdd_gpio" = "0" register "pwm" = "1" - # various panel delay time + # Various panel delay times register "vdd_delay_ms" = "200" register "pwm_to_bl_delay_ms" = "10" register "vdd_to_hpd_delay_ms" = "200" -- cgit v1.2.3