arm64: dts: renesas: ebisu: Fix adv7482 hexadecimal register address
The register address used for the reg property of the adv7482 node in other Renesas device trees are decimal not hex, change this for Ebisu to align it with the others. Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com> [Niklas: rewrite commit message] Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
9a0ff5c727
commit
9130c15829
@ -407,7 +407,7 @@
|
||||
};
|
||||
|
||||
port@a {
|
||||
reg = <0xa>;
|
||||
reg = <10>;
|
||||
|
||||
adv7482_txa: endpoint {
|
||||
clock-lanes = <0>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user