[PATCH linux dev-5.8 v3 04/12] dts: npcm750: add fuse regmap support node

Joel Stanley joel at jms.id.au
Fri Jan 15 17:27:02 AEDT 2021


On Wed, 13 Jan 2021 at 20:00, Tomer Maimon <tmaimon77 at gmail.com> wrote:
>
> Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>

Reviewed-by: Joel Stanley <joel at jms.id.au>

> ---
>  arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
> index 7eee4145127f..455a96b23b85 100644
> --- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
> +++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
> @@ -82,6 +82,12 @@
>                         "simple-mfd";
>                         reg = <0x801000 0x6C>;
>                 };
> +
> +               fuse:fuse at 18a000 {

Convention is to put a space after the colon. No need to re-post,
but remember this for future patches.


> +                       compatible = "nuvoton,npcm750-fuse", "syscon",
> +                               "simple-mfd";
> +                       reg = <0x18a000 0x1000>;
> +               };
>
>                 scu: scu at 3fe000 {
>                         compatible = "arm,cortex-a9-scu";
> --
> 2.22.0
>


More information about the openbmc mailing list