lkml.org 
[lkml]   [2020]   [Dec]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.10 103/717] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
    Date
    From: Nishanth Menon <nm@ti.com>

    [ Upstream commit cfbf17e69ae82f647c287366b7573e532fc281ee ]

    Fix the node address to follow the device tree convention.

    This fixes the dtc warning:
    <stdout>: Warning (simple_bus_reg): /bus@100000/dss@04a00000: simple-bus
    unit address format error, expected "4a00000"

    Fixes: 76921f15acc0 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
    Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
    Signed-off-by: Nishanth Menon <nm@ti.com>
    Reviewed-by: Jyri Sarha <jsarha@ti.com>
    Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
    Cc: Jyri Sarha <jsarha@ti.com>
    Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
    Link: https://lore.kernel.org/r/20201104222519.12308-1-nm@ti.com
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 2 +-
    arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
    2 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
    index 533525229a8db..27f6fd9eaa0ab 100644
    --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
    +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
    @@ -834,7 +834,7 @@
    };
    };

    - dss: dss@04a00000 {
    + dss: dss@4a00000 {
    compatible = "ti,am65x-dss";
    reg = <0x0 0x04a00000 0x0 0x1000>, /* common */
    <0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
    diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
    index e2a96b2c423c4..c66ded9079be4 100644
    --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
    +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
    @@ -1278,7 +1278,7 @@
    };
    };

    - dss: dss@04a00000 {
    + dss: dss@4a00000 {
    compatible = "ti,j721e-dss";
    reg =
    <0x00 0x04a00000 0x00 0x10000>, /* common_m */
    --
    2.27.0


    \
     
     \ /
      Last update: 2020-12-28 16:19    [W:7.991 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site