diff options
author | Takeshi Kihara <[email protected]> | 2019-02-17 00:58:53 +0100 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-03-18 10:33:19 +0100 |
commit | 9130c15829846fae56ea729f42d1894b8413f89b (patch) | |
tree | 5c5246e44b4b772dea7a64f3e755f93c3968503b | |
parent | 9a0ff5c727b60a3afefc71407612e515f7a51ef3 (diff) |
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 <[email protected]>
[Niklas: rewrite commit message]
Signed-off-by: Niklas Söderlund <[email protected]>
Acked-by: Kieran Bingham <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts index 62004b609b15..bfa40196029b 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts @@ -407,7 +407,7 @@ }; port@a { - reg = <0xa>; + reg = <10>; adv7482_txa: endpoint { clock-lanes = <0>; |