[PATCH] ARM: dts: aspeed: tyan-s7106: Update nct7802 config
From: Oskar Senft <hidden>
Date: 2021-11-05 01:01:56
Also in:
linux-arm-kernel, lkml
From: Oskar Senft <hidden>
Date: 2021-11-05 01:01:56
Also in:
linux-arm-kernel, lkml
Hi Joel
quoted
+ channel at 0 { /* LTD */ + reg = <0>; + status = "okay";The status = "okay" should be redundant; as long as you don't specify a status, a node is assumed to be enabled.
My apologies! I know you mentioned something similar for the DTS binding patch. I didn't realize that this was a generic statement, rather than limited to the example in the binding. Fixed in PATCH v2. Oskar.