mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 08:39:59 +07:00
arm64: dts: renesas: r8a7796: remove unneeded sound #address/size-cells
commit 78bc93b3ff
("arm64: dts: renesas: r8a7796: Add address
properties to rcar_sound port nodes") added missing #address-cells
and #size-cells for sound ports.
But, these are based on platform, not on SoC. This patch cleanups it.
Signed-off-by: Jiada Wang <jiada_wang@mentor.com>
Signed-off-by: Timo Wischer <twischer@de.adit-jv.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
b068ed6efe
commit
96c2588225
@ -68,6 +68,7 @@ &rcar_sound {
|
|||||||
ports {
|
ports {
|
||||||
/* rsnd_port0 is on salvator-common */
|
/* rsnd_port0 is on salvator-common */
|
||||||
rsnd_port1: port@1 {
|
rsnd_port1: port@1 {
|
||||||
|
reg = <1>;
|
||||||
rsnd_endpoint1: endpoint {
|
rsnd_endpoint1: endpoint {
|
||||||
remote-endpoint = <&dw_hdmi0_snd_in>;
|
remote-endpoint = <&dw_hdmi0_snd_in>;
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@ &rcar_sound {
|
|||||||
ports {
|
ports {
|
||||||
/* rsnd_port0 is on salvator-common */
|
/* rsnd_port0 is on salvator-common */
|
||||||
rsnd_port1: port@1 {
|
rsnd_port1: port@1 {
|
||||||
|
reg = <1>;
|
||||||
rsnd_endpoint1: endpoint {
|
rsnd_endpoint1: endpoint {
|
||||||
remote-endpoint = <&dw_hdmi0_snd_in>;
|
remote-endpoint = <&dw_hdmi0_snd_in>;
|
||||||
|
|
||||||
|
@ -2162,17 +2162,6 @@ ssi9: ssi-9 {
|
|||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ports {
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
port@0 {
|
|
||||||
reg = <0>;
|
|
||||||
};
|
|
||||||
port@1 {
|
|
||||||
reg = <1>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
audma0: dma-controller@ec700000 {
|
audma0: dma-controller@ec700000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user