[PATCH v6 16/20] ARM: dts: aspeed: Add IBM P11 Fuji BMC system
Eddie James
eajames at linux.ibm.com
Wed May 29 00:47:15 AEST 2024
On 5/28/24 09:08, Ninad Palsule wrote:
>
> Hi Eddie,
>
>> +
>> + led at 6 {
>> + reg = <6>;
>> + default-state = "keep";
>> + label = "opencapi-connector5";
>> + retain-state-shutdown;
>> + type = <PCA955X_TYPE_LED>;
>> + };
> is led at 7 not connected?
Correct.
>> +
>> + led at 8 {
>> + reg = <8>;
>> + default-state = "keep";
>> + label = "vrm4";
>> + retain-state-shutdown;
>> + type = <PCA955X_TYPE_LED>;
>> + };
>> +
>> + led at 9 {
>> + reg = <9>;
>> + default-state = "keep";
>> + label = "vrm5";
>> + retain-state-shutdown;
>> + type = <PCA955X_TYPE_LED>;
>> + };
>> +
>> + led at 10 {
>> + reg = <10>;
>> + default-state = "keep";
>> + label = "vrm6";
>> + retain-state-shutdown;
>> + type = <PCA955X_TYPE_LED>;
>> + };
>> +
>> + led at 11 {
>> + reg = <11>;
>> + default-state = "keep";
>> + label = "vrm7";
>> + retain-state-shutdown;
>> + type = <PCA955X_TYPE_LED>;
>> + };
>> +
>> + led at 12 {
>> + reg = <12>;
>> + default-state = "keep";
>> + label = "vrm12";
>> + retain-state-shutdown;
>> + type = <PCA955X_TYPE_LED>;
>> + };
> curious about label jump from vrm7 to vrm12.
vrm0-3 and 8-11 are on the previous pca chip. I believe this is correct
based on the wiring in the spec, though the numberings are really just
convention established by the guy who managed the LEDs on the system.
>> + cfam4_i2c10: i2c-bus at a {
>> + reg = <10>; /* OP3A */
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> It will be more readable to have "reg" value in hex too. I have seen similar stuff in this FSI nodes. It will be consistent with other places.
>> +
>
> Reviewed-by: Ninad Palsule <ninad at linux.ibm.com>
>
Sure, thanks!
Eddie
More information about the linux-fsi
mailing list