mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: socionext: Drop "linux,spdif-dit" port node unit-address
A single graph port node without an address (i.e. "reg") should not have a unit-address, drop it from the "linux,spdif-dit" port node. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250910233923.778992-2-robh@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
668cf07655
commit
58760bd721
|
|
@ -68,7 +68,7 @@ spdif-out {
|
|||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
port {
|
||||
spdif_tx: endpoint {
|
||||
remote-endpoint = <&spdif_hiecout1>;
|
||||
};
|
||||
|
|
@ -79,7 +79,7 @@ comp-spdif-out {
|
|||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
port {
|
||||
comp_spdif_tx: endpoint {
|
||||
remote-endpoint = <&comp_spdif_hiecout1>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ spdif-out {
|
|||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
port {
|
||||
spdif_tx: endpoint {
|
||||
remote-endpoint = <&spdif_hiecout1>;
|
||||
};
|
||||
|
|
@ -85,7 +85,7 @@ comp-spdif-out {
|
|||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
port {
|
||||
comp_spdif_tx: endpoint {
|
||||
remote-endpoint = <&comp_spdif_hiecout1>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ spdif-out {
|
|||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
port {
|
||||
spdif_tx: endpoint {
|
||||
remote-endpoint = <&spdif_hiecout1>;
|
||||
};
|
||||
|
|
@ -79,7 +79,7 @@ comp-spdif-out {
|
|||
compatible = "linux,spdif-dit";
|
||||
#sound-dai-cells = <0>;
|
||||
|
||||
port@0 {
|
||||
port {
|
||||
comp_spdif_tx: endpoint {
|
||||
remote-endpoint = <&comp_spdif_hiecout1>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user