diff options
author | Jayesh Choudhary <[email protected]> | 2022-09-28 17:55:09 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2022-11-16 20:57:15 -0600 |
commit | f789fd29650b6fcee8995f53077d03d509a5d9f5 (patch) | |
tree | 2c03d5cfaa1c2ce10262156cb99f8b96afa8a74b | |
parent | b8aa36c22da7d64c5a5d89ccb4a2abb9aeaab2e3 (diff) |
arm64: dts: ti: j721e-common-proc-board: Fix sound node-name
If root-node has no reg property, the unit-address should not
be appended at the end of node-name. 'sound' node has no 'reg'
property, so remove the unit-address.
Signed-off-by: Jayesh Choudhary <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Jai Luthra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts index 1861598f3bb4..7db0603125aa 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts @@ -96,7 +96,7 @@ <3300000 0x1>; }; - sound0: sound@0 { + sound0: sound-0 { compatible = "ti,j721e-cpb-audio"; model = "j721e-cpb"; |