diff options
author | Andrew Davis | 2023-04-11 13:25:06 -0500 |
---|---|---|
committer | Tom Rini | 2023-04-24 13:18:47 -0400 |
commit | f8ae3e605b1ab8e7ac5f34ac8a8e7a44979c6168 (patch) | |
tree | 19f49577d4b0e5d5c806a47c33b47e1e5d9047ba /arch/arm/dts/dra7-evm.dts | |
parent | 211b3d726378857d0f2b8bc80923bbd548edf083 (diff) |
arm: dts: dra7x: Non-functional changes sync with v6.3-rc6
This is a collection of all the whitespace, renames, comment, and other
changes that should not change the DT functionality from Linux v6.3-rc6.
Signed-off-by: Andrew Davis <afd@ti.com>
Diffstat (limited to 'arch/arm/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/dts/dra7-evm.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/dra7-evm.dts b/arch/arm/dts/dra7-evm.dts index e9a76af7c86..5333f171443 100644 --- a/arch/arm/dts/dra7-evm.dts +++ b/arch/arm/dts/dra7-evm.dts @@ -312,7 +312,7 @@ reg = <0x26>; gpio-controller; #gpio-cells = <2>; - p1 { + hdmi-audio-hog { /* vin6_sel_s0: high: VIN6, low: audio */ gpio-hog; gpios = <1 GPIO_ACTIVE_HIGH>; @@ -416,7 +416,7 @@ #size-cells = <1>; partition@0 { label = "NAND.SPL"; - reg = <0x00000000 0x000020000>; + reg = <0x00000000 0x00020000>; }; partition@1 { label = "NAND.SPL.backup1"; |